Skip to content

Commit

Permalink
Removed ast extension symlink line which caused 'file exists'error du…
Browse files Browse the repository at this point in the history
…ring build
  • Loading branch information
otarza committed Sep 8, 2016
1 parent 4153352 commit 18c843a
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 18c843a

Please sign in to comment.