Fix build error

This commit is contained in:
hoellen 2020-06-05 08:22:34 +02:00
parent d24f8620b6
commit 4df51f8a9b

View File

@ -92,7 +92,7 @@ RUN NB_CORES=${BUILD_CORES-$(getconf _NPROCESSORS_CONF)} \
&& make -j ${NB_CORES} && make install && make clean \
&& strip -s /usr/sbin/nginx \
&& apk del build-dependencies \
&& rm -rf /tmp/* /var/cache/apk/* /root/.gnupg
&& rm -rf /tmp/* /var/cache/apk/*
COPY rootfs /