feat(docker): update trusted CA certificates on start

!15 closes #17
This commit is contained in:
2024-02-26 14:41:31 +09:30
parent 47a1d93547
commit 3b6f236602
8 changed files with 62 additions and 4 deletions

View File

@ -109,6 +109,7 @@ RUN mkdir -p /tmp/collection; \
rm -Rf /tmp/collection; \
fi; \
chmod +x /etc/cron.d/*; \
chmod +x /bin/update-ca; \
chown root:root -R /etc/phpipam; \
chmod 740 -R /etc/phpipam;