File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ CMD ["/sbin/my_init"]
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
1212RUN add-apt-repository -y ppa:ondrej/php5-5.6 && add-apt-repository -y ppa:nginx/stable
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
13+ RUN apt-get update -y && sudo apt-get upgrade -y && apt-get install -y php5 php5-cli php5-fpm php5-mysqlnd \
14+ php5-pgsql php5-curl php5-gd php5-mcrypt php5-intl php5-imap php5-tidy \
15+ php-pear php5-xmlrpc
1516
1617# Install latest version of nodejs
1718RUN curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash -
You can’t perform that action at this time.
0 commit comments