Procházet zdrojové kódy

Make sure the repository cache is up to date

when installing the PHP extensions in workspace
Arjan Weurding před 4 roky
rodič
revize
65abf7b0ea
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8 0
      workspace/Dockerfile

+ 8 - 0
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:
 ###########################################################################