We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070d5cb commit aa183bfCopy full SHA for aa183bf
rootfs/Dockerfile
@@ -1,12 +1,11 @@
1
FROM quay.io/deis/base:v0.3.4
2
3
-RUN buildDeps='gcc git libffi-dev libssl-dev musl-dev python-dev python-pip python-wheel python-setuptools'; \
+RUN buildDeps='gcc git libffi-dev libssl-dev python-dev python-pip python-wheel python-setuptools'; \
4
apt-get update && \
5
apt-get install -y --no-install-recommends \
6
$buildDeps \
7
libffi6 \
8
libssl1.0.0 \
9
- musl \
10
python && \
11
pip install --disable-pip-version-check --no-cache-dir docker-py==1.10.3 && \
12
# cleanup
0 commit comments