Эх сурвалжийг харах

Make sure the repository cache is up to date

when installing the PHP extensions in workspace
Arjan Weurding 4 жил өмнө
parent
commit
65abf7b0ea
1 өөрчлөгдсөн 8 нэмэгдсэн , 0 устгасан
  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:
 ###########################################################################