File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar
30
30
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
31
31
&& tar -xz --strip-components=1 -f drupal.tar.gz \
32
32
&& rm drupal.tar.gz \
33
- && chown -R www-data:www-data sites
33
+ && chown -R www-data:www-data sites modules themes
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar
28
28
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
29
29
&& tar -xz --strip-components=1 -f drupal.tar.gz \
30
30
&& rm drupal.tar.gz \
31
- && chown -R www-data:www-data sites
31
+ && chown -R www-data:www-data sites modules themes
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar
30
30
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
31
31
&& tar -xz --strip-components=1 -f drupal.tar.gz \
32
32
&& rm drupal.tar.gz \
33
- && chown -R www-data:www-data sites
33
+ && chown -R www-data:www-data sites modules themes
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ RUN curl -fSL "http://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar
28
28
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
29
29
&& tar -xz --strip-components=1 -f drupal.tar.gz \
30
30
&& rm drupal.tar.gz \
31
- && chown -R www-data:www-data sites
31
+ && chown -R www-data:www-data sites modules themes
You can’t perform that action at this time.
0 commit comments