File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ CMD ["/sbin/my_init"]
10
10
RUN apt-get update -y && apt-get install -y vim curl wget build-essential python-software-properties git-core
11
11
RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4F4EA0AAE5267A6C
12
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
13
- RUN apt-get update -y && sudo apt-get upgrade -y && apt-get install -y php5 php5-cli php5-fpm php5-mysql php5-curl \
14
- php5-gd php5-mcrypt php5-intl php5-imap php5-tidy php-pear php5-xmlrpc php5-mysqlnd \
13
+ 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
15
nodejs
16
16
17
17
# Install nginx (full)
You can’t perform that action at this time.
0 commit comments