7
Some checks failed
Publish Docker Image / docker (push) Failing after 25s

This commit is contained in:
Lee 2023-10-26 11:52:55 +01:00
parent d6c861fc85
commit 13970037c9

@ -10,7 +10,7 @@ WORKDIR /tmp
RUN wget http://nginx.org/download/nginx-1.25.3.tar.gz
RUN tar -zxvf nginx-*.tar.gz
RUN git clone git clone https://github.com/aperezdc/ngx-fancyindex.git ngx-fancyindex
RUN git clone https://github.com/aperezdc/ngx-fancyindex.git ngx-fancyindex
# Build Nginx from source
WORKDIR /tmp/nginx-*