From 795fdf3f95d08a65558e99f6734b5d58670edd62 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Mon, 1 Jan 2018 11:05:22 +0100 Subject: [PATCH] * Fix PostgreSQL installation --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index fe85524..2b7d1bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ ENV LSMB_VERSION 1.5.14 # Install Perl, Tex, Starman, psql client, and all dependencies # Without libclass-c3-xs-perl, performance is terribly slow... RUN echo -n "APT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";\n" >> /etc/apt/apt.conf && \ + mkdir -p /usr/share/man/man1/ && \ DEBIAN_FRONTEND=noninteractive apt-get update && \ apt-get dist-upgrade -y && apt-get -y install \ libcgi-emulate-psgi-perl libcgi-simple-perl libconfig-inifiles-perl \