Skip to content

Commit 43b958e

Browse files
chore: update Dockerfile.deps.* to use python3 (#8794)
1 parent e6c160b commit 43b958e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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:23.0.1 /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/

deploy/skaffold/Dockerfile.deps.slim

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)