File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 0.9.0 (release date: 2015-10-06)
2+
3+ * Initial release
Original file line number Diff line number Diff line change @@ -9,13 +9,10 @@ CMD ["/sbin/my_init"]
99# Nginx-PHP Installation
1010RUN apt-get update -y && apt-get install -y vim curl wget build-essential python-software-properties git-core
1111RUN 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
1313RUN 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)
2118RUN apt-get install -y nginx-full
You can’t perform that action at this time.
0 commit comments