diff --git a/Dockerfile b/Dockerfile index de2718b9..d0b1d67d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && \ WORKDIR /build COPY ./ ./ -RUN cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install +RUN cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install -D_FILE_OFFSET_BITS=64 RUN cmake --build build --config Release RUN cmake --install build