Skip to content

Commit

Permalink
Added phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
lbanchio committed Mar 21, 2016
1 parent b59cf49 commit 7bec3fb
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 @@ -14,7 +14,7 @@ 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 mediainfo git \
php5-fpm php5-cli php5-mysql php5-redis php5-mcrypt php5-pspell aspell-es php5-imagick php5-xdebug phpunit mediainfo git \
php5-curl php5-gd php5-intl && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 7bec3fb

Please sign in to comment.