We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa7622 commit 4de8dd1Copy full SHA for 4de8dd1
1 file changed
Dockerfile
@@ -57,7 +57,7 @@ RUN mkdir -p src \
57
&& make -j1 \
58
&& gfortran -shared \
59
-o /build/liblooptools.so \
60
- -Wl,--whole-archive build/libooptools.a -Wl,--no-whole-archive \
+ -Wl,--whole-archive,build/libooptools.a,--no-whole-archive \
61
-lgfortran -lm
62
63
# ─── Production image ────────────────────────────────────────────────────────
0 commit comments