There was an error while loading. Please reload this page.
1 parent 0c5cdae commit 4fdbc47Copy full SHA for 4fdbc47
Dockerfile
@@ -9,7 +9,6 @@ FROM dockerfile/ubuntu
9
10
# Install Nginx.
11
RUN \
12
- add-apt-repository -y ppa:nginx/stable && \
13
apt-get update && \
14
apt-get install -y nginx && \
15
rm -rf /var/lib/apt/lists/* && \
0 commit comments