From b962bed9d16b40f90fa1f3999f71ff38f34e09d2 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 17 Jun 2019 04:18:48 +0200 Subject: [PATCH] Revert "Fix dockerfile with pip upgrade" This reverts commit ec63ec8760b543440657dd1d908334ad6cce39b0. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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 && \