modified: Dockerfile

new file:   update-ca.sh
This commit is contained in:
Rubén Castro Gutiérrez 2021-03-23 11:14:55 +00:00
parent d587a71baa
commit 1e4ebefbac
2 changed files with 6 additions and 1 deletions

View File

@ -9,5 +9,6 @@ ENV XDG_CACHE_HOME=/cache
VOLUME ["/usr/local/share/ca-certificates"]
ENTRYPOINT []
ENTRYPOINT ["./update-ca.sh"]
CMD ["./entrypoint.sh"]

4
src/update-ca.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# Update CA certificates
update-ca-certificates