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
|
mv /tmp/nginx-$NGINX_VERSION /tmp/nginx
|
||||||
|
|
||||||
RUN cd /tmp/nginx && \
|
RUN cd /tmp/nginx && \
|
||||||
apt update && \
|
apt update && \
|
||||||
apt install -y gcc g++ perl make && \
|
apt install -y gcc g++ perl make && \
|
||||||
./configure $NGINX_CONFIG && \
|
./configure $NGINX_CONFIG && \
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
|
@ -52,9 +52,9 @@ RUN cd /tmp && \
|
||||||
mv /tmp/nginx-$NGINX_VERSION /tmp/nginx
|
mv /tmp/nginx-$NGINX_VERSION /tmp/nginx
|
||||||
|
|
||||||
RUN cd /tmp/nginx && \
|
RUN cd /tmp/nginx && \
|
||||||
apk add gcc g++ perl make linux-headers && \
|
apk add gcc g++ perl make linux-headers && \
|
||||||
./configure $NGINX_CONFIG && \
|
./configure $NGINX_CONFIG && \
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
Loading…
Add table
Reference in a new issue