From 8af4e46df28011a7011b27af3c9c57bd74241fa1 Mon Sep 17 00:00:00 2001
From: Bartosz Ziemba <b.ziemba@protonmail.com>
Date: Thu, 18 Mar 2021 10:37:00 +0000
Subject: [PATCH 1/2] Update Dockerfile

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index b53c6f3..ce1747c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,8 +6,8 @@ RUN apt-get update && \
         libboost-all-dev \
         libicu-dev \
         libloki-dev \
-	wsnlp=1.0.0 \
-	pwrutils \
+    	wsnlp-16-04 \
+    	pwrutils \
         toki
 
 WORKDIR /home/install
-- 
GitLab


From c30fe1f0d81b39bb7e4e3a8230c5f2adf7f6873c Mon Sep 17 00:00:00 2001
From: Bartosz Ziemba <b.ziemba@protonmail.com>
Date: Thu, 18 Mar 2021 10:37:23 +0000
Subject: [PATCH 2/2] Update CMakeLists.txt

---
 CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2cf532d..26607e2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,9 +20,6 @@ find_package(Boost COMPONENTS program_options random system thread filesystem ch
 link_directories(${Boost_LIBRARY_DIRS})
 set(LIBS ${LIBS} ${Boost_LIBRARIES})
 
-find_package(amqpcpp REQUIRED)
-set(LIBS ${LIBS} amqpcpp)
-
 find_package(Threads)
 set(LIBS ${LIBS} ${CMAKE_THREAD_LIBS_INIT})
 
-- 
GitLab