Skip to content

Commit

Permalink
update ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
Artrajz committed Oct 7, 2023
1 parent 48c4942 commit 7e0d770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 1.13.1-cpu-py3.10.11-ubuntu22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions 1.13.1-cu117-py3.10.11-ubuntu22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7e0d770

Please sign in to comment.