Skip to content

Commit 25df588

Browse files
committed
Add no-install-recommends
1 parent e6b01f7 commit 25df588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG SSP_VERSION="v2.4.4"
22
FROM cirrusid/simplesamlphp:${SSP_VERSION}
33
#FROM cicnavi/simplesamlphp:${SSP_VERSION}
44

5-
RUN apt-get update && apt-get install -y sqlite3
5+
RUN apt-get update && apt-get --no-install-recommends install -y sqlite3
66
# Prepopulate the DB with items needed for testing
77
ADD docker/conformance.sql /tmp/
88
# Preload some clients

0 commit comments

Comments
 (0)