Skip to content

Commit

Permalink
ca-certs
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Sep 18, 2024
1 parent e2832e3 commit 834a61f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ENV CPPFLAGS="-fPIC"
ENV CXXFLAGS="-fPIC"
ENV SOURCE_DATE_EPOCH=1397818193

RUN apt-get install ca-certificates

RUN bash <<'EOF'
tuplets=(
"pool/main/g/gdbm/libgdbm3_1.8.3-13.1_amd64.deb" "libgdbm3_1.8.3-13.1_amd64.deb" "b2001800d7c61d4b0b12b077a0af2b5a"
Expand Down Expand Up @@ -192,6 +194,7 @@ tuplets=(
"pool/main/x/x11proto-gl/x11proto-gl-dev_1.4.17-1_all.deb" "x11proto-gl-dev_1.4.17-1_all.deb" "9c358e179ec8058d64ff3ba2be9077ac"
"pool/universe/x/xutils-dev/xutils-dev_7.7+3ubuntu2_amd64.deb" "xutils-dev_1%3a7.7+3ubuntu2_amd64.deb" "a226cf0504c4dfcfc29618527ec294fb"
"pool/main/m/mesa/libgl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb" "libgl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb" "6221f569f12ab282464f3457daef298c"
"pool/main/c/ca-certificates/ca-certificates_20210119~16.04.1_all.deb" "ca-certificates_20210119~16.04.1_all.deb" "84bd84e88b73df8350d442482cfdb768"
)

# Function to check MD5sum
Expand Down

0 comments on commit 834a61f

Please sign in to comment.