Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 171426d

Browse files
committed
fix docker image --skip-tests
1 parent 44f98f6 commit 171426d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3-alpine@sha256:bd7f0719874c7de4ca47418de143ab4de79731dc0b01fdcf2425b8a32f4823ce
2-
RUN apk update && apk add --no-cache git curl nfs-utils
2+
RUN apk update && apk add --no-cache git curl nfs-utils libffi-dev build-base
33
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" &&\
44
chmod +x ./kubectl && mv ./kubectl /usr/local/bin/kubectl &&\
55
kubectl version --client &&\

0 commit comments

Comments
 (0)