Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
skeleton-application
Commits
eb72eea3
Commit
eb72eea3
authored
Sep 18, 2019
by
Bertrand Gauthier
Browse files
Dockerfile: extension AST inutile
parent
a1a16a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
eb72eea3
...
@@ -21,9 +21,6 @@ RUN apt-get update -qq && \
...
@@ -21,9 +21,6 @@ RUN apt-get update -qq && \
sqlite3
\
sqlite3
\
php
${
PHP_VERSION
}
-pdo-sqlite
php
${
PHP_VERSION
}
-pdo-sqlite
RUN
pecl
install
ast
&&
\
echo
"extension=ast.so"
>
${
PHP_CONF_DIR
}
/cli/conf.d/ast.ini
# Nettoyage
# Nettoyage
RUN
apt-get autoremove
-y
&&
apt-get clean
&&
rm
-rf
/tmp/
*
/var/tmp/
*
RUN
apt-get autoremove
-y
&&
apt-get clean
&&
rm
-rf
/tmp/
*
/var/tmp/
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment