1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-27 14:16:19 -05:00

fix(events): re-add kerberos tools to container image (#6007)

This commit is contained in:
tangowithfoxtrot 2025-06-26 07:49:30 -07:00 committed by GitHub
parent b418b07f26
commit 82aa47ad42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,6 +50,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
gosu \
curl \
krb5-user \
&& rm -rf /var/lib/apt/lists/*
# Copy app from the build stage