add nproc

This commit is contained in:
Dryusdan 2017-11-23 22:15:12 +01:00
parent 97a8c7b8cb
commit 008d5c5c19
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
FROM xataz/nginx
ENV UID=991 GID=991
ENV UID=991 GID=991 \
NPROC=2
RUN export BUILD_DEPS="build-base \
libxml2-dev \