Merge pull request #2806 from DrowningElysium/patch-1

Make sure the repository cache is up to date when installing the PHP extensions in workspace
This commit is contained in:
Shao Yu-Lung (Allen) 2020-12-29 09:51:06 +08:00 committed by GitHub
commit cfdae5c6a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,6 +198,14 @@ COPY ./crontab /etc/cron.d
RUN chmod -R 644 /etc/cron.d RUN chmod -R 644 /etc/cron.d
###########################################################################
# Update Repositories
###########################################################################
USER root
RUN apt-get update -yqq
########################################################################### ###########################################################################
# Drush: # Drush:
########################################################################### ###########################################################################