Skip to content

Commit

Permalink
fix: remove unnecessary command
Browse files Browse the repository at this point in the history
  • Loading branch information
micdes-pagopa authored Nov 30, 2022
1 parent 898f48d commit 1f2dd9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ RUN rm -rf "aws*"

RUN curl -LO https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
RUN curl -LO https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl.sha256
RUN ls -l
RUN echo "$(cat kubectl.sha256) kubectl" | sha256sum --check
RUN mv kubectl /usr/local/bin/

Expand Down

0 comments on commit 1f2dd9e

Please sign in to comment.