added installation of custom ca-certificates
This commit is contained in:
@ -198,6 +198,15 @@ COPY ./crontab /etc/cron.d
|
||||
|
||||
RUN chmod -R 644 /etc/cron.d
|
||||
|
||||
###########################################################################
|
||||
# Certificate Authorities
|
||||
###########################################################################
|
||||
|
||||
USER root
|
||||
|
||||
COPY ./ca-certificates/* /usr/local/share/ca-certificates/
|
||||
RUN update-ca-certificates
|
||||
|
||||
###########################################################################
|
||||
# Drush:
|
||||
###########################################################################
|
||||
|
Reference in New Issue
Block a user