Skip to content

Commit 734c045

Browse files
authored
Merge pull request #97 from mboersma/remove-musl
ref(Dockerfile): remove musl and musl-dev
2 parents 5d65db9 + aa183bf commit 734c045

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rootfs/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
FROM quay.io/deis/base:v0.3.4
22

3-
RUN buildDeps='gcc git libffi-dev libssl-dev musl-dev python-dev python-pip python-wheel python-setuptools'; \
3+
RUN buildDeps='gcc git libffi-dev libssl-dev python-dev python-pip python-wheel python-setuptools'; \
44
apt-get update && \
55
apt-get install -y --no-install-recommends \
66
$buildDeps \
77
libffi6 \
88
libssl1.0.0 \
9-
musl \
109
python && \
1110
pip install --disable-pip-version-check --no-cache-dir docker-py==1.10.3 && \
1211
# cleanup

0 commit comments

Comments
 (0)