mirror of
https://github.com/parrazam/radicale-docker.git
synced 2025-12-03 12:49:45 +01:00
Updated Dockerfile to support image versions
This commit is contained in:
parent
20dd93dfed
commit
382511f22a
2 changed files with 6 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
|||
FROM tomsquest/docker-radicale:latest
|
||||
ARG VERSION=latest
|
||||
FROM tomsquest/docker-radicale:$VERSION
|
||||
|
||||
RUN python3 -m pip install git+https://github.com/Unrud/RadicaleInfCloud
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue