Skip to content

Commit 84269c7

Browse files
Fix typo in nginx source address
1 parent b6589da commit 84269c7

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
@@ -26,7 +26,7 @@ RUN apt-get update && \
2626

2727
# get nginx source
2828
WORKDIR /src
29-
RUN wget http://nginx.org/download/nginx-1.7.5tar.gz && \
29+
RUN wget http://nginx.org/download/nginx-1.7.5.tar.gz && \
3030
tar zxf nginx-1.7.5.tar.gz && \
3131
rm nginx-1.7.5.tar.gz && \
3232
# get nginx-rtmp module

0 commit comments

Comments
 (0)