File tree 2 files changed +5
-1
lines changed
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
+
1
5
## 0.10.0 (release date: 2016-05-24)
2
6
3
7
* 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
11
11
RUN wget -O - https://download.newrelic.com/548C16BF.gpg | apt-key add - && \
12
12
echo "deb http://apt.newrelic.com/debian/ newrelic non-free" > /etc/apt/sources.list.d/newrelic.list
13
13
RUN 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
15
15
RUN apt-get update -y && sudo apt-get upgrade -y && apt-get install -yq php5 php5-cli php5-fpm php5-mysqlnd \
16
16
php5-pgsql php5-curl php5-gd php5-mcrypt php5-intl php5-imap php5-tidy \
17
17
php-pear php5-xmlrpc newrelic-php5
You can’t perform that action at this time.
0 commit comments