From 1037c766cb6e4f8743580763139e9a73edcdbef4 Mon Sep 17 00:00:00 2001 From: parra Date: Wed, 1 May 2024 18:59:15 +0200 Subject: [PATCH] Update Dockerfile :whale: --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6e126aa..0725271 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ ARG VERSION=latest FROM tomsquest/docker-radicale:3.1.9.1 -RUN python3 -m pip install --upgrade https://github.com/Unrud/RadicaleInfCloud/archive/master.tar.gz -COPY config.js /usr/lib/python3.7/site-packages/radicale_infcloud/web/config.js +RUN /venv/bin/pip install git+https://github.com/Unrud/RadicaleInfCloud