Skip to content

Commit 9e7331c

Browse files
Merge pull request #11 from otarza/develop
Removed ast extension symlink
2 parents 4153352 + 18c843a commit 9e7331c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python-sphinx python-pip d
1111
# XML needed by PHPCodeSniffer 2.3+
1212
# AST and SQLite needed by Phan
1313
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install php-xml php-sqlite3 php-ast
14-
RUN ln -s /etc/php/mods-available/ast.ini /etc/php/7.0/cli/conf.d/20-ast.ini
1514

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

0 commit comments

Comments
 (0)