minor formatting fix
This commit is contained in:
parent
cbe6a0cce5
commit
9c74bb78b6
2 changed files with 7 additions and 7 deletions
|
@ -52,10 +52,10 @@ RUN cd /tmp && \
|
|||
mv /tmp/nginx-$NGINX_VERSION /tmp/nginx
|
||||
|
||||
RUN cd /tmp/nginx && \
|
||||
apt update && \
|
||||
apt install -y gcc g++ perl make && \
|
||||
./configure $NGINX_CONFIG && \
|
||||
make
|
||||
apt update && \
|
||||
apt install -y gcc g++ perl make && \
|
||||
./configure $NGINX_CONFIG && \
|
||||
make
|
||||
|
||||
|
||||
FROM scratch
|
||||
|
|
|
@ -52,9 +52,9 @@ RUN cd /tmp && \
|
|||
mv /tmp/nginx-$NGINX_VERSION /tmp/nginx
|
||||
|
||||
RUN cd /tmp/nginx && \
|
||||
apk add gcc g++ perl make linux-headers && \
|
||||
./configure $NGINX_CONFIG && \
|
||||
make
|
||||
apk add gcc g++ perl make linux-headers && \
|
||||
./configure $NGINX_CONFIG && \
|
||||
make
|
||||
|
||||
|
||||
FROM scratch
|
||||
|
|
Loading…
Add table
Reference in a new issue