From b8d4d7aec8ef799d1f4f4d9a780f51efb59feff4 Mon Sep 17 00:00:00 2001 From: Basile Maret Date: Tue, 2 Apr 2024 13:50:08 +0200 Subject: [PATCH] doc: fix extending the image (#142) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e46c204..6eb5486 100644 --- a/README.md +++ b/README.md @@ -159,8 +159,8 @@ First, create a `Dockerfile.extended` (pick the name you want) with this content ```dockerfile FROM tomsquest/docker-radicale -RUN python3 -m pip install git+https://github.com/Unrud/RadicaleIMAP -RUN python3 -m pip install git+https://github.com/Unrud/RadicaleInfCloud +RUN /venv/bin/pip install git+https://github.com/Unrud/RadicaleIMAP +RUN /venv/bin/pip install git+https://github.com/Unrud/RadicaleInfCloud ``` Then, build and run it: