Skip to content

Commit c6a50ee

Browse files
committedNov 21, 2016
Merge branch 'release/1.0.2'
2 parents e74be7a + 575a4fb commit c6a50ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4F4EA0AAE5267A6C
1717
RUN add-apt-repository -y ppa:ondrej/php && add-apt-repository -y ppa:nginx/stable
1818
RUN apt-get update -y && apt-get upgrade -y && apt-get install -q -y php5.6 php5.6-dev php5.6-fpm php5.6-mysqlnd \
1919
php5.6-pgsql php5.6-curl php5.6-gd php5.6-mbstring php5.6-mcrypt php5.6-intl php5.6-imap php5.6-tidy \
20-
php5.6-xml php5.6-xmlrpc newrelic-php5 php-pear nginx-full ntp
20+
php5.6-xml php5.6-xmlrpc newrelic-php5 nginx-full ntp
2121

22-
# php5.6-imagick ffmpeg imagemagick
22+
# php5.6-imagick ffmpeg imagemagick php-pear
2323

2424
# Run update timezone replace city with relevant city. eg. "Australia/Sydney"
2525
RUN cp -p /usr/share/zoneinfo/Australia/Sydney /etc/localtime

0 commit comments

Comments
 (0)