Revert "Fix dockerfile with pip upgrade"

This reverts commit ec63ec8760.
This commit is contained in:
Unrud 2019-06-17 04:18:48 +02:00
parent b7590f8c84
commit b962bed9d1

View File

@ -11,8 +11,6 @@ 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 && \