Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ssx authored May 4, 2017
1 parent a0852c5 commit 32517d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ RUN apt-get update -yqq
RUN apt-get install libicu-dev libpng-dev libjpeg-dev libbz2-dev -yqq

# Install extensions
RUN docker-php-ext-install intl gd bz2 pdo_mysql
RUN docker-php-ext-install intl
RUN docker-php-ext-install gd
RUN docker-php-ext-install bz2
RUN docker-php-ext-install pdo_mysql

# Installer composer
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer && chmod +x /usr/local/bin/composer
Expand Down

0 comments on commit 32517d9

Please sign in to comment.