Skip to content

Commit

Permalink
Merge pull request #4 from statonlab/update-drupal
Browse files Browse the repository at this point in the history
Upgrade drupal to 7.59
  • Loading branch information
almasaeed2010 authored Apr 26, 2018
2 parents 59bdc1e + 851520a commit dcfd8f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Drupal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ ENV PATH "$PATH:/root/.composer/vendor/bin"

# Download drupal and other modules
RUN cd /var/www/html \
&& wget https://www.drupal.org/files/projects/drupal-7.57.tar.gz \
&& tar -zxvf drupal-7.57.tar.gz \
&& mv drupal-7.57/* ./ \
&& mv drupal-7.57/.editorconfig ./ \
&& mv drupal-7.57/.gitignore ./ \
&& mv drupal-7.57/.htaccess ./ \
&& rm -r drupal-7.57 drupal-7.57.tar.gz \
&& wget https://www.drupal.org/files/projects/drupal-7.59.tar.gz \
&& tar -zxvf drupal-7.59.tar.gz \
&& mv drupal-7.59/* ./ \
&& mv drupal-7.59/.editorconfig ./ \
&& mv drupal-7.59/.gitignore ./ \
&& mv drupal-7.59/.htaccess ./ \
&& rm -r drupal-7.59 drupal-7.59.tar.gz \
&& mkdir /var/www/html/sites/all/modules/custom \
&& cd /var/www/html/sites/all/modules \
&& drush dl -y ctools, date, devel, ds, link, entity, libraries, \
Expand Down

0 comments on commit dcfd8f5

Please sign in to comment.