File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ RUN gcloud auth configure-docker && gcloud components install --quiet \
155
155
FROM runtime_deps
156
156
ENV DEBIAN_FRONTEND=noninteractive
157
157
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
158
+ curl \
158
159
build-essential \
159
160
python-setuptools \
160
161
lsb-release \
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ RUN gcloud auth configure-docker && gcloud components install --quiet \
97
97
FROM runtime_deps
98
98
ENV DEBIAN_FRONTEND=noninteractive
99
99
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
100
+ curl \
100
101
build-essential \
101
102
python-setuptools \
102
103
lsb-release \
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ RUN gcloud auth configure-docker && gcloud components install --quiet \
97
97
FROM runtime_deps
98
98
ENV DEBIAN_FRONTEND =noninteractive
99
99
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
100
+ curl \
100
101
build-essential \
101
102
python-setuptools \
102
103
lsb-release \
You can’t perform that action at this time.
0 commit comments