Skip to content

Commit 5a17669

Browse files
fix: add curl to skaffold docker image (#8669)
1 parent cace70d commit 5a17669

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

deploy/skaffold/Dockerfile.deps

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ RUN gcloud auth configure-docker && gcloud components install --quiet \
155155
FROM runtime_deps
156156
ENV DEBIAN_FRONTEND=noninteractive
157157
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
158+
curl \
158159
build-essential \
159160
python-setuptools \
160161
lsb-release \

deploy/skaffold/Dockerfile.deps.lts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ RUN gcloud auth configure-docker && gcloud components install --quiet \
9797
FROM runtime_deps
9898
ENV DEBIAN_FRONTEND=noninteractive
9999
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
100+
curl \
100101
build-essential \
101102
python-setuptools \
102103
lsb-release \

deploy/skaffold/Dockerfile.deps.slim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ RUN gcloud auth configure-docker && gcloud components install --quiet \
9797
FROM runtime_deps
9898
ENV DEBIAN_FRONTEND=noninteractive
9999
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
100+
curl \
100101
build-essential \
101102
python-setuptools \
102103
lsb-release \

0 commit comments

Comments
 (0)