Skip to content
Snippets Groups Projects
Commit 2a898d86 authored by Chris Shantz's avatar Chris Shantz
Browse files

Update Dockerfile hopefully correcting the formating...

parent 03e193c3
No related branches found
No related tags found
No related merge requests found
...@@ -32,39 +32,39 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - ...@@ -32,39 +32,39 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
# Install packages. # Install packages.
RUN apt-get install -y \ RUN apt-get install -y \
vim \ vim \
git \ git \
apache2 \ apache2 \
php5.6 \ php5.6 \
php5.6-apc \ php5.6-apc \
php5.6-fpm \ php5.6-fpm \
php5.6-xml \ php5.6-xml \
php5.6-simplexml \ php5.6-simplexml \
php5.6-mbstring \ php5.6-mbstring \
php5.6-cli \ php5.6-cli \
php5.6-mysql \ php5.6-mysql \
php5.6-gd \ php5.6-gd \
php5.6-curl \ php5.6-curl \
php5.6-ldap \ php5.6-ldap \
php5.6-mcrypt \ php5.6-mcrypt \
php5.6-zip \ php5.6-zip \
php-pear \ php-pear \
libapache2-mod-php5.6 \ libapache2-mod-php5.6 \
optipng \ optipng \
jpegoptim \ jpegoptim \
imagemagick \ imagemagick \
libapache2-mod-fcgid \ libapache2-mod-fcgid \
libapache2-mod-fastcgi \ libapache2-mod-fastcgi \
curl \ curl \
mysql-client \ mysql-client \
openssh-server \ openssh-server \
phpmyadmin \ phpmyadmin \
wget \ wget \
ruby-sass \ ruby-sass \
ruby-compass \ ruby-compass \
nodejs \ nodejs \
dos2unix \ dos2unix \
supervisor supervisor
RUN apt-get clean RUN apt-get clean
## enable rewrite and ssl for apache2 ## enable rewrite and ssl for apache2
RUN a2enmod rewrite RUN a2enmod rewrite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment