Update Dockerfile
Adding volume for CA certificates
This commit is contained in:
parent
a49b48646a
commit
d587a71baa
1 changed files with 2 additions and 0 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue