Skip to content

Commit

Permalink
Don't remove build-base
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Feb 15, 2017
1 parent 36f649a commit ac07ec2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ RUN apk update && \
apk upgrade python3 && \
apk add build-base musl-dev python3-dev libffi-dev openssl-dev && \
pip install https://github.com/ocha-dap/hdx-python-api/zipball/master#egg=hdx-python-api && \
apk del build-base && \
rm -rf /var/cache/apk/*

0 comments on commit ac07ec2

Please sign in to comment.