mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 06:07:35 +03:00
Dockerfile: merge distro and python dependancies
This commit is contained in:
parent
906aaab8cd
commit
0a8db786fa
1 changed files with 2 additions and 3 deletions
|
@ -13,9 +13,8 @@ RUN apk --update --update-cache upgrade \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
&& python3 -m ensurepip \
|
&& python3 -m ensurepip \
|
||||||
&& pip3 install --upgrade pip
|
&& pip3 install --upgrade pip \
|
||||||
|
&& pip3 install passlib bcrypt
|
||||||
RUN pip3 install passlib bcrypt
|
|
||||||
|
|
||||||
RUN wget ${TARBALL} \
|
RUN wget ${TARBALL} \
|
||||||
&& tar xzf ${VERSION}.tar.gz \
|
&& tar xzf ${VERSION}.tar.gz \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue