From 5f2ea7c6f79c5141a80856c20eff03d68b0d4a25 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Fri, 3 May 2024 12:18:04 +0000 Subject: [PATCH] Fix cgimap installation --- images/web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/web/Dockerfile b/images/web/Dockerfile index ee436c0d..18487a13 100644 --- a/images/web/Dockerfile +++ b/images/web/Dockerfile @@ -42,6 +42,7 @@ RUN cd $cgimap && \ ./configure && \ make && \ make install +RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/local_libs.conf && ldconfig # Install Passenger RUN gem install passenger && passenger-install-apache2-module --auto