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 4a9d576 commit c9eccfdCopy full SHA for c9eccfd
Dockerfile
@@ -9,10 +9,10 @@ RUN apt-get update && \
9
sh -c 'echo deb https://oss-binaries.phusionpassenger.com/apt/passenger stretch main > /etc/apt/sources.list.d/passenger.list'
10
11
RUN apt-get update && \
12
- apt-get install -y passenger python-setuptools build-essential python-dev python-pip git && \
+ apt-get install -y --no-install-recommends passenger python-setuptools build-essential python-dev python-pip git && \
13
pip install pip==9.0.3
14
15
-RUN apt-get install -y libcurl4-openssl-dev libssl1.0-dev
+RUN apt-get install -y --no-install-recommends libcurl4-openssl-dev libssl1.0-dev
16
17
ARG version
18
0 commit comments