Fix typo in nginx source address
This commit is contained in:
parent
b6589da937
commit
84269c740c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user