Skip to content

Commit 7ff2349

Browse files
committed
updated mysql driver to native driver patch
1 parent faddc71 commit 7ff2349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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 && 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 \
1515
nodejs
1616

1717
# Install nginx (full)

0 commit comments

Comments
 (0)