Skip to content

Commit 4ed3152

Browse files
Revert "Alpine to debian"
1 parent 768309b commit 4ed3152

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ COPY lib/* /opt/lib/
5454
COPY build_entrypoint_script /opt/build_entrypoint_script
5555

5656
# Install Python3
57-
RUN rm -rf /root/.cache
57+
RUN apk add --no-cache python3 \
58+
&& rm -rf /root/.cache
5859

5960
ENV HELM_VERSION ${HELM_VERSION}
6061

Dockerfile.helm2

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ COPY lib/* /opt/lib/
3636
COPY build_entrypoint_script /opt/build_entrypoint_script
3737

3838
# Install Python3
39-
RUN rm -rf /root/.cache
39+
RUN apk add --no-cache python3 \
40+
&& rm -rf /root/.cache
4041

4142
ENV HELM_VERSION ${HELM_VERSION}
4243

0 commit comments

Comments
 (0)