1
0
mirror of https://github.com/bitwarden/server synced 2026-01-11 21:13:50 +00: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

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