Skip to content

Commit f3e2e5a

Browse files
committed
r Dockerfile
1 parent 52ebe75 commit f3e2e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM dusterio/ubuntu-php7:latest
33
# Install memcached & xdebug extensions
44
# The latter is only necessary for test coverage, it will be disabled later on
55
RUN apt-get -y update
6-
RUN apt-get -y install php-memcached php-xdebug php-sqlite3
6+
RUN apt-get -y -o DPkg::Options::="--force-confold" install php-memcached php-xdebug php-sqlite3
77

88
# All files will be chowned later
99
ENV CHOWN_TO_USER=www-data

0 commit comments

Comments
 (0)