Revert "Fix dockerfile with pip upgrade"
This reverts commit ec63ec8760
.
This commit is contained in:
parent
b7590f8c84
commit
b962bed9d1
@ -11,8 +11,6 @@ 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…
Reference in New Issue
Block a user