Skip to content

Commit 76293dc

Browse files
committed
Merge pull request #1 from smypf/patch-1
2 parents 4bf9207 + ef13c49 commit 76293dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CMD ["/usr/local/bin/supervisord", "-c", "/etc/supervisord.conf"]
1010

1111
# Install required packages
1212
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5267A6C C300EE8C && \
13-
echo 'deb http://ppa.launchpad.net/ondrej/php-7.0/ubuntu trusty main' > /etc/apt/sources.list.d/ondrej-php7.list && \
13+
echo 'deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main' > /etc/apt/sources.list.d/ondrej-php7.list && \
1414
echo 'deb http://ppa.launchpad.net/nginx/development/ubuntu trusty main' > /etc/apt/sources.list.d/nginx.list && \
1515
apt-get update && apt-get install -y \
1616
curl \

0 commit comments

Comments
 (0)