Fix typo in nginx source address

This commit is contained in:
James Milligan 2017-07-12 15:55:19 +01:00
parent b6589da937
commit 84269c740c

View File

@ -26,7 +26,7 @@ RUN apt-get update && \
# get nginx source # get nginx source
WORKDIR /src 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 && \ tar zxf nginx-1.7.5.tar.gz && \
rm nginx-1.7.5.tar.gz && \ rm nginx-1.7.5.tar.gz && \
# get nginx-rtmp module # get nginx-rtmp module