Skip to content

Commit

Permalink
🐘 init new docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
staskrak committed Apr 26, 2017
1 parent 9f37ab8 commit 947809d
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 @@ -65,7 +65,7 @@ RUN mkdir /tmp/xdebug \
&& cd /tmp/xdebug \
&& wget -c "http://xdebug.org/files/xdebug-2.5.3.tgz" \
&& tar -xf xdebug-2.5.3.tgz \
&& cd xdebug/ \
&& cd xdebug-2.5.3/ \
&& phpize \
&& ./configure \
&& make \
Expand Down

0 comments on commit 947809d

Please sign in to comment.