mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Fix dockerfile with pip upgrade
This commit is contained in:
parent
e25f5bb4ae
commit
ec63ec8760
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ RUN apk add --no-cache \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
openssl
|
openssl
|
||||||
|
# update pip
|
||||||
|
RUN pip3 install --upgrade pip
|
||||||
# Install Radicale
|
# Install Radicale
|
||||||
RUN wget --quiet https://github.com/Kozea/Radicale/archive/${VERSION}.tar.gz --output-document=radicale.tar.gz && \
|
RUN wget --quiet https://github.com/Kozea/Radicale/archive/${VERSION}.tar.gz --output-document=radicale.tar.gz && \
|
||||||
tar xzf radicale.tar.gz && \
|
tar xzf radicale.tar.gz && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue