We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b01f7 commit 25df588Copy full SHA for 25df588
docker/Dockerfile
@@ -2,7 +2,7 @@ ARG SSP_VERSION="v2.4.4"
2
FROM cirrusid/simplesamlphp:${SSP_VERSION}
3
#FROM cicnavi/simplesamlphp:${SSP_VERSION}
4
5
-RUN apt-get update && apt-get install -y sqlite3
+RUN apt-get update && apt-get --no-install-recommends install -y sqlite3
6
# Prepopulate the DB with items needed for testing
7
ADD docker/conformance.sql /tmp/
8
# Preload some clients
0 commit comments