diff --git a/Dockerfile b/Dockerfile index 3603419..155b49f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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-*