We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436984b commit f946f60Copy full SHA for f946f60
Dockerfile
@@ -28,5 +28,10 @@ RUN set -eux \
28
# Upgrade all tools to avoid vulnerabilities
29
RUN set -x && apk upgrade --no-cache --available
30
31
+RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositories \
32
+ && echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
33
+ && apk add --update --upgrade --no-cache \
34
+ curl libcurl jq
35
+
36
USER 1001
37
ENTRYPOINT [ "kubectl" ]
0 commit comments