Skip to content

Commit

Permalink
Merge pull request #12 from andrewholgate/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
andrewholgate authored Sep 9, 2016
2 parents 0c746ec + 9e7331c commit af03c5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python-sphinx python-pip d
# XML needed by PHPCodeSniffer 2.3+
# AST and SQLite needed by Phan
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install php-xml php-sqlite3 php-ast
RUN ln -s /etc/php/mods-available/ast.ini /etc/php/7.0/cli/conf.d/20-ast.ini

# Install XDebug 2.4.0
RUN wget https://github.com/xdebug/xdebug/archive/XDEBUG_2_4_0.tar.gz && \
Expand Down

0 comments on commit af03c5c

Please sign in to comment.