We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ebe75 commit f3e2e5aCopy full SHA for f3e2e5a
Dockerfile
@@ -3,7 +3,7 @@ FROM dusterio/ubuntu-php7:latest
3
# Install memcached & xdebug extensions
4
# The latter is only necessary for test coverage, it will be disabled later on
5
RUN apt-get -y update
6
-RUN apt-get -y install php-memcached php-xdebug php-sqlite3
+RUN apt-get -y -o DPkg::Options::="--force-confold" install php-memcached php-xdebug php-sqlite3
7
8
# All files will be chowned later
9
ENV CHOWN_TO_USER=www-data
0 commit comments