Merge pull request #438 from ronnicek/patch-1

Update Dockerfile
This commit is contained in:
Guillaume Ayoub 2016-06-29 19:08:12 +02:00 committed by GitHub
commit 61bd4e90bc

View File

@ -12,6 +12,7 @@ RUN apk --update --update-cache upgrade \
build-base \ build-base \
libffi-dev \ libffi-dev \
ca-certificates \ ca-certificates \
openssl \
&& python3 -m ensurepip \ && python3 -m ensurepip \
&& pip3 install --upgrade pip \ && pip3 install --upgrade pip \
&& pip3 install passlib bcrypt && pip3 install passlib bcrypt