diff --git a/Dockerfile b/Dockerfile index c4bdf1a..77cc394 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \