Make sure the repository cache is up to date

when installing the PHP extensions in workspace
This commit is contained in:
Arjan Weurding 2020-12-23 14:47:01 +01:00 committed by GitHub
parent 123d818777
commit 65abf7b0ea
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
###########################################################################
# Update Repositories
###########################################################################
USER root
RUN apt-get update -yqq
###########################################################################
# Drush:
###########################################################################