Merge branch 'master' of github.com:Kozea/radicale

This commit is contained in:
Guillaume Ayoub 2016-07-01 10:29:24 +02:00
commit a14cc326fc

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