Skip to content

Commit

Permalink
fix docker image --skip-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Feb 3, 2024
1 parent 44f98f6 commit 171426d
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
@@ -1,5 +1,5 @@
FROM python:3-alpine@sha256:bd7f0719874c7de4ca47418de143ab4de79731dc0b01fdcf2425b8a32f4823ce
RUN apk update && apk add --no-cache git curl nfs-utils
RUN apk update && apk add --no-cache git curl nfs-utils libffi-dev build-base
RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" &&\
chmod +x ./kubectl && mv ./kubectl /usr/local/bin/kubectl &&\
kubectl version --client &&\
Expand Down

0 comments on commit 171426d

Please sign in to comment.