Skip to content

Commit

Permalink
fix python base image --skip-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Apr 28, 2024
1 parent ea4f38a commit b53ff3c
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 @@
# Pulled Apr 28, 2024
FROM python:3-alpine@sha256:ef097620baf1272e38264207003b0982285da3236a20ed829bf6bbf1e85fe3cb
FROM python:3.8-alpine@sha256:166faf3661e2b715e122d8203ce65a4e0f55e1bee11d8f10dc4751a2cecf5b9c
RUN apk update && apk add --no-cache git curl nfs-utils libffi-dev build-base librdkafka-dev
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 &&\
Expand Down

0 comments on commit b53ff3c

Please sign in to comment.