mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-14 17:58:07 +00:00
Update Dockerfile
Adding volume for CA certificates
This commit is contained in:
committed by
GitHub
parent
a49b48646a
commit
d587a71baa
@@ -7,5 +7,7 @@ WORKDIR /restic-compose-backup
|
|||||||
RUN pip3 install -U pip setuptools wheel && pip3 install -e .
|
RUN pip3 install -U pip setuptools wheel && pip3 install -e .
|
||||||
ENV XDG_CACHE_HOME=/cache
|
ENV XDG_CACHE_HOME=/cache
|
||||||
|
|
||||||
|
VOLUME ["/usr/local/share/ca-certificates"]
|
||||||
|
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
CMD ["./entrypoint.sh"]
|
CMD ["./entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user