From 5886c08c553fd62de22559a94c88667b34da6b85 Mon Sep 17 00:00:00 2001 From: Scott Hraban Date: Mon, 6 Sep 2021 12:54:23 -0700 Subject: [PATCH] add library libgeos-dev to install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2dcc010..fcc601f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN rm /etc/mysql/my.cnf && \ FROM build2 as build3 RUN apt-get -y install python3-pip && \ - apt-get -y install libopenblas-dev liblapack-dev libblas-dev && \ + apt-get -y install libopenblas-dev liblapack-dev libblas-dev libgeos-dev && \ pip3 install future && \ pip3 install /root/zmeventnotification && \ pip3 install face_recognition && \