From 2a898d863bf55669a03d40f425b8a31b74f236b6 Mon Sep 17 00:00:00 2001 From: Chris Shantz <mnshantz@uwaterloo.ca> Date: Fri, 19 Oct 2018 13:05:03 -0400 Subject: [PATCH] Update Dockerfile hopefully correcting the formating... --- build-scripts/drupal7/Dockerfile | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/build-scripts/drupal7/Dockerfile b/build-scripts/drupal7/Dockerfile index a7b0d1a..765ce9b 100644 --- a/build-scripts/drupal7/Dockerfile +++ b/build-scripts/drupal7/Dockerfile @@ -32,39 +32,39 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - # Install packages. RUN apt-get install -y \ - vim \ - git \ - apache2 \ + vim \ + git \ + apache2 \ php5.6 \ - php5.6-apc \ - php5.6-fpm \ + php5.6-apc \ + php5.6-fpm \ php5.6-xml \ php5.6-simplexml \ php5.6-mbstring \ - php5.6-cli \ - php5.6-mysql \ - php5.6-gd \ - php5.6-curl \ - php5.6-ldap \ - php5.6-mcrypt \ + php5.6-cli \ + php5.6-mysql \ + php5.6-gd \ + php5.6-curl \ + php5.6-ldap \ + php5.6-mcrypt \ php5.6-zip \ - php-pear \ - libapache2-mod-php5.6 \ + php-pear \ + libapache2-mod-php5.6 \ optipng \ jpegoptim \ imagemagick \ libapache2-mod-fcgid \ libapache2-mod-fastcgi \ - curl \ - mysql-client \ - openssh-server \ - phpmyadmin \ - wget \ + curl \ + mysql-client \ + openssh-server \ + phpmyadmin \ + wget \ ruby-sass \ ruby-compass \ nodejs \ dos2unix \ - supervisor + supervisor RUN apt-get clean ## enable rewrite and ssl for apache2 RUN a2enmod rewrite -- GitLab