Skip to content

Commit

Permalink
doc: fix extending the image (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
pec0ra committed Apr 2, 2024
1 parent 44e47df commit b8d4d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b8d4d7a

Please sign in to comment.