Skip to content

Commit

Permalink
added NGINX https download link (Credits: reddit user turingtest1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangajek authored Mar 16, 2022
1 parent 85ade34 commit e5cbc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get install -y build-essential apache2-utils libssl-dev zlib1g zlib1g-de
# download source
WORKDIR /entrypoint

ADD http://nginx.org/download/nginx-${NGX_VERSION}.tar.gz ./
ADD https://nginx.org/download/nginx-${NGX_VERSION}.tar.gz ./
RUN tar -xzf nginx-${NGX_VERSION}.tar.gz
RUN rm nginx-${NGX_VERSION}.tar.gz

Expand Down

0 comments on commit e5cbc43

Please sign in to comment.