Skip to content

Commit a68b468

Browse files
committed
Merge branch 'release/0.9.0'
2 parents ce564fa + 0b5f809 commit a68b468

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.9.0 (release date: 2015-10-06)
2+
3+
* Initial release

Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ CMD ["/sbin/my_init"]
99
# Nginx-PHP Installation
1010
RUN apt-get update -y && apt-get install -y vim curl wget build-essential python-software-properties git-core
1111
RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4F4EA0AAE5267A6C
12-
RUN add-apt-repository -y ppa:ondrej/php5-5.6 && add-apt-repository -y ppa:nginx/stable
12+
RUN add-apt-repository -y ppa:ondrej/php5-5.6 && add-apt-repository -y ppa:nginx/stable && add-apt-repository ppa:chris-lea/node.js
1313
RUN apt-get update -y && sudo apt-get upgrade -y && apt-get install -y php5 php5-cli php5-fpm php5-mysqlnd php5-curl \
14-
php5-gd php5-mcrypt php5-intl php5-imap php5-tidy php-pear php5-xmlrpc
15-
16-
# Install latest version of nodejs
17-
RUN curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash -
18-
RUN apt-get install -y nodejs
14+
php5-gd php5-mcrypt php5-intl php5-imap php5-tidy php-pear php5-xmlrpc \
15+
nodejs
1916

2017
# Install nginx (full)
2118
RUN apt-get install -y nginx-full

0 commit comments

Comments
 (0)