File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.4 (release date: 2017-12-05)
2
+
3
+ * Added zip unzip php5.6-zip to installer
4
+
1
5
## 1.1.3 (release date: 2017-12-05)
2
6
3
7
* Removed NVM installer
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4F4EA0AAE5267A6C
17
17
RUN add-apt-repository -y ppa:ondrej/php && add-apt-repository -y ppa:nginx/stable
18
18
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 \
19
19
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 nginx-full ntp
20
+ php5.6-xml php5.6-xmlrpc zip unzip php5.6-zip newrelic-php5 nginx-full ntp
21
21
22
22
# Create new symlink to UTC timezone for localtime
23
23
RUN unlink /etc/localtime
You can’t perform that action at this time.
0 commit comments