Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
apk add without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Feb 24, 2021
1 parent d4f3c7f commit 64ff16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG KUBECTL_VERSION="v1.13.12"
ARG TARGETOS
ARG TARGETARCH

RUN apk add openssl && \
RUN apk --upgrade --no-cache add openssl && \
wget "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl" && \
chmod +x ./kubectl && mv ./kubectl /usr/local/bin/kubectl

Expand Down

0 comments on commit 64ff16e

Please sign in to comment.