We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54618c6 commit ddbda16Copy full SHA for ddbda16
deploy/skaffold/Dockerfile.deps
@@ -119,7 +119,7 @@ FROM ubuntu:20.04 as runtime_deps
119
120
RUN apt-get update && \
121
apt-get install --no-install-recommends --no-install-suggests -y \
122
- git python unzip && \
+ git python3 unzip && \
123
rm -rf /var/lib/apt/lists/*
124
125
COPY --from=docker:19.03.13 /usr/local/bin/docker /usr/local/bin/
deploy/skaffold/Dockerfile.deps.lts
@@ -72,7 +72,7 @@ FROM ubuntu:20.04 as runtime_deps
72
73
74
75
76
77
78
COPY --from=download-kubectl kubectl /usr/local/bin/
0 commit comments