Merge pull request #13 from lake54/fix-typo

Fix typo in nginx source address
This commit is contained in:
Orne Brocaar 2017-07-18 09:39:12 +02:00 committed by GitHub
commit dfb01a3184
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ RUN apt-get update && \
# get nginx source
WORKDIR /src
RUN wget http://nginx.org/download/nginx-1.7.5tar.gz && \
RUN wget http://nginx.org/download/nginx-1.7.5.tar.gz && \
tar zxf nginx-1.7.5.tar.gz && \
rm nginx-1.7.5.tar.gz && \
# get nginx-rtmp module