Skip to content

Commit

Permalink
Merge pull request #97 from mboersma/remove-musl
Browse files Browse the repository at this point in the history
ref(Dockerfile): remove musl and musl-dev
  • Loading branch information
mboersma authored Oct 3, 2016
2 parents 5d65db9 + aa183bf commit 734c045
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
FROM quay.io/deis/base:v0.3.4

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'; \
apt-get update && \
apt-get install -y --no-install-recommends \
$buildDeps \
libffi6 \
libssl1.0.0 \
musl \
python && \
pip install --disable-pip-version-check --no-cache-dir docker-py==1.10.3 && \
# cleanup
Expand Down

0 comments on commit 734c045

Please sign in to comment.