Skip to content

Commit

Permalink
Merge pull request #5 from spira/feature/php-gd-extension
Browse files Browse the repository at this point in the history
added php gd extension
  • Loading branch information
zakhenry committed Apr 4, 2016
2 parents 47c03ea + 8465205 commit 08ff4dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ RUN apt-get install -y curl && \
unzip \
vim \
libmcrypt-dev \
libxml2-dev
libxml2-dev \
libpng12-dev

RUN docker-php-ext-install mcrypt pdo_pgsql mbstring pdo_mysql sockets opcache soap
RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr
RUN docker-php-ext-install mcrypt gd pdo_pgsql mbstring pdo_mysql sockets opcache soap

ENV XDEBUG_VERSION xdebug-2.4.0rc3
RUN cd /tmp && \
Expand Down

0 comments on commit 08ff4dc

Please sign in to comment.