We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6562c4 commit 24adf61Copy full SHA for 24adf61
kubectl/Dockerfile
@@ -1,6 +1,7 @@
1
-FROM alpine
+FROM python:3-alpine
2
3
RUN apk add \
4
bash jq kubectl \
5
curl wget openssh-client git \
6
- ca-certificates rsync
+ ca-certificates rsync && \
7
+ pip install --no-cache-dir aiohttp requests
0 commit comments