Skip to content

Commit

Permalink
r Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dusterio committed Mar 13, 2017
1 parent 52ebe75 commit f3e2e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM dusterio/ubuntu-php7:latest
# Install memcached & xdebug extensions
# The latter is only necessary for test coverage, it will be disabled later on
RUN apt-get -y update
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

# All files will be chowned later
ENV CHOWN_TO_USER=www-data
Expand Down

0 comments on commit f3e2e5a

Please sign in to comment.