Update Dockerfile

This commit is contained in:
2025-10-31 13:48:28 -04:00
parent a3c96f634b
commit 21aa70b37b
2 changed files with 13 additions and 34 deletions

View File

@@ -131,7 +131,7 @@ RUN git clone https://github.com/stevenlovegrove/Pangolin.git && \
-DCMAKE_DISABLE_FIND_PACKAGE_OpenEXR=ON \
# -DBUILD_EXAMPLES=OFF -DBUILD_TOOLS=OFF \
.. && \
make -j1 && \
make -j2 && \
make install && \
ldconfig