Skip to content

Commit 18c843a

Browse files
committed
Removed ast extension symlink line which caused 'file exists'error during build
1 parent 4153352 commit 18c843a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)