Skip to content

Commit ddbda16

Browse files
chore: update Dockerfile.deps.* to use python3 (#8792)
1 parent 54618c6 commit ddbda16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/skaffold/Dockerfile.deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ FROM ubuntu:20.04 as runtime_deps
119119

120120
RUN apt-get update && \
121121
apt-get install --no-install-recommends --no-install-suggests -y \
122-
git python unzip && \
122+
git python3 unzip && \
123123
rm -rf /var/lib/apt/lists/*
124124

125125
COPY --from=docker:19.03.13 /usr/local/bin/docker /usr/local/bin/

deploy/skaffold/Dockerfile.deps.lts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ FROM ubuntu:20.04 as runtime_deps
7272

7373
RUN apt-get update && \
7474
apt-get install --no-install-recommends --no-install-suggests -y \
75-
git python unzip && \
75+
git python3 unzip && \
7676
rm -rf /var/lib/apt/lists/*
7777

7878
COPY --from=download-kubectl kubectl /usr/local/bin/

0 commit comments

Comments
 (0)