From 96963e1f2944e8a76dea39de3846e5a3aa13093e Mon Sep 17 00:00:00 2001 From: bkoschicek Date: Thu, 12 Oct 2023 15:58:38 +0200 Subject: [PATCH] fixed install libvips and config file --- install/Dockerfile | 2 +- install/{iiif.conf => iipsrv.conf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename install/{iiif.conf => iipsrv.conf} (100%) diff --git a/install/Dockerfile b/install/Dockerfile index 115ce8b8a..5980577d6 100644 --- a/install/Dockerfile +++ b/install/Dockerfile @@ -8,7 +8,7 @@ RUN --mount=type=cache,target=/var/cache/apt \ apt install -y --no-install-recommends python3-pandas python3-jinja2 python3-flask-cors python3-flask-restful p7zip-full &&\ apt install -y --no-install-recommends python3-wand python3-rdflib python3-requests python3-dicttoxml python3-rdflib-jsonld python3-flasgger &&\ apt install -y --no-install-recommends apache2 libapache2-mod-wsgi-py3 python3-coverage python3-nose exiftran &&\ - apt install -y --no-install-recommends apache2 iipimage-server libvips &&\ + apt install -y --no-install-recommends apache2 iipimage-server libvips42 &&\ apt install -y --no-install-recommends gettext npm python3-pip git postgresql-client-13 &&\ apt install -y --no-install-recommends dos2unix locales locales-all &&\ mkdir -p /var/www/openatlas /var/www/.cache /var/www/.local /var/www/.npm &&\ diff --git a/install/iiif.conf b/install/iipsrv.conf similarity index 100% rename from install/iiif.conf rename to install/iipsrv.conf