Skip to content

Commit

Permalink
ref(Dockerfile): remove musl and musl-dev
Browse files Browse the repository at this point in the history
These packages were held over from when alpine was the base.
  • Loading branch information
mboersma committed Sep 29, 2016
1 parent 070d5cb commit aa183bf
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 aa183bf

Please sign in to comment.