From a9cad88645745065311aa58c57a4a4159562eb6f Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:03:02 +0800 Subject: [PATCH] remove config-shim to use the version in the silintl/php8 base image --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd79f0d..f383fdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,9 +47,6 @@ COPY dockerbuild/config/* $SSP_PATH/config/ COPY dockerbuild/ssp-overrides/sp-php.patch sp-php.patch RUN patch /data/vendor/simplesamlphp/simplesamlphp/modules/saml/src/Auth/Source/SP.php sp-php.patch -ADD https://github.com/silinternational/config-shim/releases/download/v1.2.0/config-shim.gz config-shim.gz -RUN gzip -d config-shim.gz && chmod 755 config-shim && mv config-shim /usr/local/bin - # Set permissions for cache directory. Corresponds to the `cachedir` setting in config.php. RUN mkdir /data/cache RUN chown -R www-data:www-data /data/cache