aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 329d4f75d..4ba6781fc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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