Sfoglia il codice sorgente

Make sure the repository cache is up to date

when installing the PHP extensions in workspace
Arjan Weurding 4 anni fa
parent
commit
65abf7b0ea
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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:
 ###########################################################################