Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewholgate committed May 20, 2016
2 parents 74dbd32 + 4153352 commit 0c746ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python-sphinx python-pip d
DEBIAN_FRONTEND=noninteractive pip install sphinx_rtd_theme breathe

# XML needed by PHPCodeSniffer 2.3+
# SQLite needed by Phan
# 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 0c746ec

Please sign in to comment.