radicale-docker/Dockerfile

6 lines
241 B
Docker
Raw Normal View History

ARG VERSION=latest
FROM tomsquest/docker-radicale:$VERSION
2021-05-24 18:35:53 +02:00
RUN python3 -m pip install --upgrade https://github.com/Unrud/RadicaleInfCloud/archive/master.tar.gz
2021-05-24 18:35:53 +02:00
COPY config.js /usr/lib/python3.7/site-packages/radicale_infcloud/web/config.js