diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 9e22420e..43e76871 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -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: ###########################################################################