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

fix: failed db migrations due to missing kerberos tools (#6005)

This commit is contained in:
tangowithfoxtrot 2025-06-25 10:20:42 -07:00 committed by GitHub
parent 0f12d076ec
commit 5d9071da1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,6 +59,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