Skip to content
Snippets Groups Projects
Commit eb72eea3 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Dockerfile: extension AST inutile

parent a1a16a7b
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,6 @@ RUN apt-get update -qq && \
sqlite3 \
php${PHP_VERSION}-pdo-sqlite
RUN pecl install ast && \
echo "extension=ast.so" > ${PHP_CONF_DIR}/cli/conf.d/ast.ini
# Nettoyage
RUN apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /var/tmp/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment