Skip to content

Commit 4de8dd1

Browse files
committed
Update Dockerfile
1 parent 2fa7622 commit 4de8dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN mkdir -p src \
5757
&& make -j1 \
5858
&& gfortran -shared \
5959
-o /build/liblooptools.so \
60-
-Wl,--whole-archive build/libooptools.a -Wl,--no-whole-archive \
60+
-Wl,--whole-archive,build/libooptools.a,--no-whole-archive \
6161
-lgfortran -lm
6262

6363
# ─── Production image ────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)