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

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