Skip to content

Commit 9b177ba

Browse files
committed
Update Dockerfile
Added support for postgres.
1 parent ed367eb commit 9b177ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ CMD ["/sbin/my_init"]
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
1212
RUN 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
1718
RUN curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash -

0 commit comments

Comments
 (0)