fixed issue with previous commit, git is still a build dependency
This commit is contained in:
parent
32f04dc510
commit
9b8a09ac38
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ RUN if [ "$PCRE_CHECKSUM" != "$(sha256sum /tmp/pcre.tar.gz | awk '{print $1}')"
|
|||
|
||||
WORKDIR /tmp/nginx
|
||||
RUN apt update && \
|
||||
apt install -y gcc g++ make && \
|
||||
apt install -y git gcc g++ make && \
|
||||
./configure $NGINX_CONFIG && \
|
||||
make
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ RUN if [ "$PCRE_CHECKSUM" != "$(sha256sum /tmp/pcre.tar.gz | awk '{print $1}')"
|
|||
mv /tmp/nginx-$NGINX_VERSION /tmp/nginx
|
||||
|
||||
WORKDIR /tmp/nginx
|
||||
RUN apk add gcc g++ perl make linux-headers && \
|
||||
RUN apk add git gcc g++ perl make linux-headers && \
|
||||
./configure $NGINX_CONFIG && \
|
||||
make
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue