Skip to content

Commit c9eccfd

Browse files
author
Peter Amstutz
committed
Install less extra junk
1 parent 4a9d576 commit c9eccfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ RUN apt-get update && \
99
sh -c 'echo deb https://oss-binaries.phusionpassenger.com/apt/passenger stretch main > /etc/apt/sources.list.d/passenger.list'
1010

1111
RUN apt-get update && \
12-
apt-get install -y passenger python-setuptools build-essential python-dev python-pip git && \
12+
apt-get install -y --no-install-recommends passenger python-setuptools build-essential python-dev python-pip git && \
1313
pip install pip==9.0.3
1414

15-
RUN apt-get install -y libcurl4-openssl-dev libssl1.0-dev
15+
RUN apt-get install -y --no-install-recommends libcurl4-openssl-dev libssl1.0-dev
1616

1717
ARG version
1818

0 commit comments

Comments
 (0)