Skip to content

Commit

Permalink
Merge pull request #75 from bryanlatten/php5.6.15
Browse files Browse the repository at this point in the history
PHP: unlocking patch version
  • Loading branch information
Bryan Latten committed Nov 11, 2015
2 parents d45ed40 + ce6f9e2 commit 306f595
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ RUN locale-gen en_US.UTF-8 && export LANG=en_US.UTF-8 && \
echo newrelic-php5 newrelic-php5/license-key string "REPLACE_NEWRELIC_LICENSE" | debconf-set-selections;

# Update package cache with new PPA, install language and modules
# NOTE: patch versions are run unlocked for PHP, since new majors are a totally separate PPA
RUN apt-get update && \
apt-get -yq install \
php5=5.6.14+dfsg-1+deb.sury.org~trusty+1 \
php5-fpm=5.6.14+dfsg-1+deb.sury.org~trusty+1 \
php5 \
php5-fpm \
php5-gearman=1.1.2-1+deb.sury.org~trusty+2 \
php5-memcache=3.0.8-5+deb.sury.org~trusty+1 \
php5-memcached=2.2.0-2+deb.sury.org~trusty+1 \
Expand Down

0 comments on commit 306f595

Please sign in to comment.