Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Added GNU patch
  • Loading branch information
gboddin authored Jul 20, 2018
1 parent b588f2c commit 92c91fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN curl -L https://github.com/composer/composer/releases/download/${COMPOSER_VE

RUN chmod +x /usr/local/bin/composer

RUN apk add git mysql-client sqlite --no-cache
RUN apk add git patch mysql-client sqlite --no-cache
RUN apk add autoconf make g++ gcc -t build-stack --no-cache && \
pecl install xdebug && \
docker-php-ext-enable xdebug && \
Expand Down

0 comments on commit 92c91fa

Please sign in to comment.