Skip to content

Commit

Permalink
Added sqlite driver
Browse files Browse the repository at this point in the history
  • Loading branch information
lbanchio committed Mar 21, 2016
1 parent 7bec3fb commit 2e7ced8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ RUN locale-gen en_US.UTF-8 && \
add-apt-repository -y ppa:ondrej/php5-5.6 && \
apt-get update && \
apt-get install -y --force-yes nginx \
php5-fpm php5-cli php5-mysql php5-redis php5-mcrypt php5-pspell aspell-es php5-imagick php5-xdebug phpunit mediainfo git \
php5-fpm php5-cli php5-mysql php5-redis php5-mcrypt \
php5-pspell aspell-es php5-imagick php5-xdebug \
php5-sqlite phpunit mediainfo git \
php5-curl php5-gd php5-intl && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 2e7ced8

Please sign in to comment.