Skip to content

Commit

Permalink
fix: revert --allow-unauthenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed Nov 16, 2023
1 parent df3a4fe commit 93a2f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV ARM64_SHA256=e8aae039125194e9edb5dfbe8cf5c3eaf0e4bd2b9610fa97118d344115e31d2
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8

RUN set -eu; \
apt-get update --allow-unauthenticated; \
apt-get update; \
apt-get install -y --no-install-recommends ca-certificates procps curl; \
arch=$(dpkg --print-architecture); \
if [ ${arch} = "amd64" ]; then sha256="$AMD64_SHA256"; fi; \
Expand Down

0 comments on commit 93a2f78

Please sign in to comment.