mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +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 \
|
||||
ca-certificates \
|
||||
openssl
|
||||
# update pip
|
||||
RUN pip3 install --upgrade pip
|
||||
# Install Radicale
|
||||
RUN wget --quiet https://github.com/Kozea/Radicale/archive/${VERSION}.tar.gz --output-document=radicale.tar.gz && \
|
||||
tar xzf radicale.tar.gz && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue