File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ FROM ubuntu:20.04 as runtime_deps
119
119
120
120
RUN apt-get update && \
121
121
apt-get install --no-install-recommends --no-install-suggests -y \
122
- git python unzip && \
122
+ git python3 unzip && \
123
123
rm -rf /var/lib/apt/lists/*
124
124
125
125
COPY --from=docker:23.0.1 /usr/local/bin/docker /usr/local/bin/
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ FROM ubuntu:20.04 as runtime_deps
72
72
73
73
RUN apt-get update && \
74
74
apt-get install --no-install-recommends --no-install-suggests -y \
75
- git python unzip && \
75
+ git python3 unzip && \
76
76
rm -rf /var/lib/apt/lists/*
77
77
78
78
COPY --from=download-kubectl kubectl /usr/local/bin/
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ FROM ubuntu:20.04 as runtime_deps
72
72
73
73
RUN apt-get update && \
74
74
apt-get install --no-install-recommends --no-install-suggests -y \
75
- git python unzip && \
75
+ git python3 unzip && \
76
76
rm -rf /var/lib/apt/lists/*
77
77
78
78
COPY --from =download-kubectl kubectl /usr/local/bin/
You can’t perform that action at this time.
0 commit comments