We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab32b53 + aae5853 commit 9247789Copy full SHA for 9247789
2 files changed
Dockerfile
@@ -64,10 +64,8 @@ COPY --chown=user modules/material/themes/material/silauth/* $SSP_PATH/modules/s
64
# Copy in SSP override files
65
COPY --chown=user dockerbuild/config/* $SSP_PATH/config/
66
COPY --chown=user dockerbuild/ssp-overrides/sp-php.patch sp-php.patch
67
-COPY --chown=user dockerbuild/ssp-overrides/login_hint.patch login_hint.patch
68
RUN <<EOT
69
patch /data/vendor/simplesamlphp/simplesamlphp/modules/saml/src/Auth/Source/SP.php sp-php.patch
70
- patch /data/vendor/simplesamlphp/simplesamlphp/modules/saml/src/IdP/SAML2.php login_hint.patch
71
72
# create features directory so the Docker Compose volume has a place to land
73
mkdir -p /data/features
dockerbuild/ssp-overrides/login_hint.patch
0 commit comments