Skip to content

Commit

Permalink
Added zip unzip php5.6-zip to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrazds1 committed Dec 5, 2017
1 parent b371394 commit c3cf1d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.4 (release date: 2017-12-05)

* Added zip unzip php5.6-zip to installer

## 1.1.3 (release date: 2017-12-05)

* Removed NVM installer
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4F4EA0AAE5267A6C
RUN add-apt-repository -y ppa:ondrej/php && add-apt-repository -y ppa:nginx/stable
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 \
php5.6-pgsql php5.6-curl php5.6-gd php5.6-mbstring php5.6-mcrypt php5.6-intl php5.6-imap php5.6-tidy \
php5.6-xml php5.6-xmlrpc newrelic-php5 nginx-full ntp
php5.6-xml php5.6-xmlrpc zip unzip php5.6-zip newrelic-php5 nginx-full ntp

# Create new symlink to UTC timezone for localtime
RUN unlink /etc/localtime
Expand Down

0 comments on commit c3cf1d8

Please sign in to comment.