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 c217232 commit 4399073Copy full SHA for 4399073
google-cloud-build/ci-scripts/scripts/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
3
ENV LC_ALL=C.UTF-8
4
ENV LANG=C.UTF-8
5
RUN apt-get update && \
6
- apt-get install -y python3-pip git curl && \
+ apt-get install -y --no-install-recommends python3-pip python3-setuptools git curl && \
7
apt-get -y clean && \
8
apt-get -y autoremove
9
RUN pip3 install pipenv
0 commit comments