Browse Source

Make sure the repository cache is up to date

when installing the PHP extensions in workspace
Arjan Weurding 4 năm trước cách đây
mục cha
commit
65abf7b0ea
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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:
 ###########################################################################