Skip to content

Commit 1b00567

Browse files
authored
work on dockerfile
1 parent 9a98c6c commit 1b00567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM ubuntu:xenial
33

44
# Install Nginx.
55
RUN \
6+
apt-get install software-properties-common
67
add-apt-repository -y ppa:nginx/stable && \
78
apt-get update && \
89
apt-get install -y nginx && \

0 commit comments

Comments
 (0)