diff --git a/Dockerfile b/Dockerfile index b4292cb..e8d8cdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,8 @@ RUN cd && \ --without-perl \ --disable-openmp \ --with-gvc=no \ - --disable-docs && \ + --disable-docs \ + --with-raw && \ make -j$(nproc) && make install && \ ldconfig /usr/local/lib #