This commit is contained in:
Bruno Clermont 2017-11-18 11:27:14 +08:00
parent 81ac0e91cb
commit 2ddbc3ef6e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RUN apt-get update && \
WORKDIR /src
COPY . .
RUN rm -rf build && \
qmake -j$(nproc) release-static
make -j$(nproc) release-static
# runtime stage
FROM ubuntu:16.04