Commit 8c8051e0875a19ba1360655defe79fdfc3f2c761

Thomas de Grivel 2024-09-16T02:19:04

Dockerfile

1
2
3
4
5
6
7
8
9
10
diff --git a/Dockerfile b/Dockerfile
index c1ccc5d..f54c3de 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,4 +12,5 @@ RUN cd ..
 RUN ./configure
 RUN make
 RUN . ./env
+RUN make lib_links
 RUN make test