We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768309b commit 4ed3152Copy full SHA for 4ed3152
Dockerfile
@@ -54,7 +54,8 @@ COPY lib/* /opt/lib/
54
COPY build_entrypoint_script /opt/build_entrypoint_script
55
56
# Install Python3
57
-RUN rm -rf /root/.cache
+RUN apk add --no-cache python3 \
58
+ && rm -rf /root/.cache
59
60
ENV HELM_VERSION ${HELM_VERSION}
61
Dockerfile.helm2
@@ -36,7 +36,8 @@ COPY lib/* /opt/lib/
36
37
38
39
40
41
42
43
0 commit comments