Loading Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -9,9 +9,10 @@ ARG GLIBC_VERSION ARG TARGETARCH # Install shared dependencies RUN apk add --no-cache \ RUN apk add -u --no-cache \ bash \ curl \ libcurl \ gzip \ jq \ openssl \ Loading Loading
Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -9,9 +9,10 @@ ARG GLIBC_VERSION ARG TARGETARCH # Install shared dependencies RUN apk add --no-cache \ RUN apk add -u --no-cache \ bash \ curl \ libcurl \ gzip \ jq \ openssl \ Loading