1
0
Fork 0
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:
Parra 2021-12-21 12:40:58 +01:00
commit 382511f22a
2 changed files with 6 additions and 5 deletions

View file

@ -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