File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.11.0 (release date: 2016-06-03)
2+
3+ * Replaced apt-get package source to ppa: ondrej /php
4+
15## 0.10.0 (release date: 2016-05-24)
26
37 * Bumped to workaround docker hub issue
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apt-get update -y && apt-get install -y vim curl wget build-essential python
1111RUN wget -O - https://download.newrelic.com/548C16BF.gpg | apt-key add - && \
1212echo "deb http://apt.newrelic.com/debian/ newrelic non-free" > /etc/apt/sources.list.d/newrelic.list
1313RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4F4EA0AAE5267A6C
14- RUN add-apt-repository -y ppa:ondrej/php5-5.6 && add-apt-repository -y ppa:nginx/stable
14+ RUN add-apt-repository -y ppa:ondrej/php && add-apt-repository -y ppa:nginx/stable
1515RUN apt-get update -y && sudo apt-get upgrade -y && apt-get install -yq php5 php5-cli php5-fpm php5-mysqlnd \
1616 php5-pgsql php5-curl php5-gd php5-mcrypt php5-intl php5-imap php5-tidy \
1717 php-pear php5-xmlrpc newrelic-php5
You can’t perform that action at this time.
0 commit comments