mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-14 17:58:07 +00:00
modified: Dockerfile
new file: update-ca.sh
This commit is contained in:
@@ -9,5 +9,6 @@ ENV XDG_CACHE_HOME=/cache
|
|||||||
|
|
||||||
VOLUME ["/usr/local/share/ca-certificates"]
|
VOLUME ["/usr/local/share/ca-certificates"]
|
||||||
|
|
||||||
ENTRYPOINT []
|
ENTRYPOINT ["./update-ca.sh"]
|
||||||
|
|
||||||
CMD ["./entrypoint.sh"]
|
CMD ["./entrypoint.sh"]
|
||||||
|
|||||||
4
src/update-ca.sh
Executable file
4
src/update-ca.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Update CA certificates
|
||||||
|
update-ca-certificates
|
||||||
Reference in New Issue
Block a user