Dockerfile: merge distro and python dependancies

This commit is contained in:
Alexis 'Horgix' Chotard 2016-06-26 18:12:07 +02:00
parent 906aaab8cd
commit 0a8db786fa

View File

@ -13,9 +13,8 @@ RUN apk --update --update-cache upgrade \
libffi-dev \
ca-certificates \
&& python3 -m ensurepip \
&& pip3 install --upgrade pip
RUN pip3 install passlib bcrypt
&& pip3 install --upgrade pip \
&& pip3 install passlib bcrypt
RUN wget ${TARBALL} \
&& tar xzf ${VERSION}.tar.gz \