diff options
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
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 |