Skip to content

Commit 4fdbc47

Browse files
committed
nginx repo is no longer needed
1 parent 0c5cdae commit 4fdbc47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ FROM dockerfile/ubuntu
99

1010
# Install Nginx.
1111
RUN \
12-
add-apt-repository -y ppa:nginx/stable && \
1312
apt-get update && \
1413
apt-get install -y nginx && \
1514
rm -rf /var/lib/apt/lists/* && \

0 commit comments

Comments
 (0)