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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user