Skip to content

Commit

Permalink
chore: update Dockerfile.deps.* to use python3 (#8793)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle authored May 16, 2023
1 parent caa45bf commit 854f006
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/skaffold/Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ FROM ubuntu:20.04 as runtime_deps

RUN apt-get update && \
apt-get install --no-install-recommends --no-install-suggests -y \
git python unzip && \
git python3 unzip && \
rm -rf /var/lib/apt/lists/*

COPY --from=docker:19.03.13 /usr/local/bin/docker /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion deploy/skaffold/Dockerfile.deps.lts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ FROM ubuntu:20.04 as runtime_deps

RUN apt-get update && \
apt-get install --no-install-recommends --no-install-suggests -y \
git python unzip && \
git python3 unzip && \
rm -rf /var/lib/apt/lists/*

COPY --from=download-kubectl kubectl /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion deploy/skaffold/Dockerfile.deps.slim
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ FROM ubuntu:20.04 as runtime_deps

RUN apt-get update && \
apt-get install --no-install-recommends --no-install-suggests -y \
git python unzip && \
git python3 unzip && \
rm -rf /var/lib/apt/lists/*

COPY --from=download-kubectl kubectl /usr/local/bin/
Expand Down

0 comments on commit 854f006

Please sign in to comment.