minor formatting fix

This commit is contained in:
Ricard Bejarano 2019-04-23 08:54:55 +02:00
parent cbe6a0cce5
commit 9c74bb78b6
No known key found for this signature in database
GPG key ID: 5A5105DD6B91CA19
2 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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