Skip to content

Commit 24adf61

Browse files
authored
Update kubectl
1 parent f6562c4 commit 24adf61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kubectl/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
FROM alpine
1+
FROM python:3-alpine
22

33
RUN apk add \
44
bash jq kubectl \
55
curl wget openssh-client git \
6-
ca-certificates rsync
6+
ca-certificates rsync && \
7+
pip install --no-cache-dir aiohttp requests

0 commit comments

Comments
 (0)