Skip to content

Commit b14b665

Browse files
committed
fix: Add libsasl2-modules-gssapi-mit to Dockerfile
Signed-off-by: Ryan Hall <[email protected]>
1 parent ca2a6a5 commit b14b665

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dockerfiles/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/
132132
libpsl5 \
133133
libbrotli1 \
134134
libsasl2-2 \
135+
libsasl2-modules-gssapi-mit \
135136
pkg-config \
136137
libpq5 \
137138
libsystemd0/bookworm-backports \
@@ -239,6 +240,7 @@ RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >> /etc/apt/
239240
libpsl5 \
240241
libbrotli1 \
241242
libsasl2-2 \
243+
libsasl2-modules-gssapi-mit \
242244
pkg-config \
243245
libpq5 \
244246
libsystemd0/bookworm-backports \

0 commit comments

Comments
 (0)