From 48684be5511f0bb5122aadb6d373eb266b39e4e0 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Sun, 8 Nov 2020 22:22:48 +0100
Subject: [PATCH] PYTHON_LIBRARIES is not required anymore in Dockerfile

---
 container/Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/container/Dockerfile b/container/Dockerfile
index 669aacc7..b4d82a2f 100644
--- a/container/Dockerfile
+++ b/container/Dockerfile
@@ -24,7 +24,6 @@ RUN cd ${SRC_FOLDER} && \
     cd ${SRC_FOLDER}/promod-${PROMOD_VERSION}/build && \
     # Build and install ProMod3
     cmake .. -DOST_ROOT=/usr/local \
-             -DPYTHON_LIBRARIES=/usr/lib/x86_64-linux-gnu/libpython3.6m.so \
              -DOPTIMIZE=1 \
              -DENABLE_SSE=1 \
              -DDISABLE_DOCUMENTATION=1 && \
-- 
GitLab