Skip to content

Commit 4399073

Browse files
committed
Add --no-install-recommends to google-cloud-build/ci-scripts/scripts/Dockerfile
1 parent c217232 commit 4399073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-build/ci-scripts/scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
33
ENV LC_ALL=C.UTF-8
44
ENV LANG=C.UTF-8
55
RUN apt-get update && \
6-
apt-get install -y python3-pip git curl && \
6+
apt-get install -y --no-install-recommends python3-pip python3-setuptools git curl && \
77
apt-get -y clean && \
88
apt-get -y autoremove
99
RUN pip3 install pipenv

0 commit comments

Comments
 (0)