From 7e0d77025125596469f723d7d226f91c57a460f3 Mon Sep 17 00:00:00 2001 From: Emberstar <969242373@qq.com> Date: Sat, 7 Oct 2023 21:24:25 +0800 Subject: [PATCH] update ca-certificates --- 1.13.1-cpu-py3.10.11-ubuntu22.04/Dockerfile | 1 + 1.13.1-cu117-py3.10.11-ubuntu22.04/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/1.13.1-cpu-py3.10.11-ubuntu22.04/Dockerfile b/1.13.1-cpu-py3.10.11-ubuntu22.04/Dockerfile index 1f13884..17c771c 100644 --- a/1.13.1-cpu-py3.10.11-ubuntu22.04/Dockerfile +++ b/1.13.1-cpu-py3.10.11-ubuntu22.04/Dockerfile @@ -8,6 +8,7 @@ ENV LC_ALL C.UTF-8 ENV PATH /usr/local/bin:$PATH RUN apt-get update && apt-get upgrade -y && \ + apt-get install -y --no-install-recommends ca-certificates && \ apt-get install --no-install-recommends -y \ wget \ build-essential \ diff --git a/1.13.1-cu117-py3.10.11-ubuntu22.04/Dockerfile b/1.13.1-cu117-py3.10.11-ubuntu22.04/Dockerfile index a7a5cea..fd2cf35 100644 --- a/1.13.1-cu117-py3.10.11-ubuntu22.04/Dockerfile +++ b/1.13.1-cu117-py3.10.11-ubuntu22.04/Dockerfile @@ -9,6 +9,7 @@ ENV LC_ALL C.UTF-8 ENV PATH /usr/local/bin:$PATH RUN apt-get update && apt-get upgrade -y && \ + apt-get install -y --no-install-recommends ca-certificates && \ apt-get install --no-install-recommends -y \ wget \ build-essential \