mirror of
https://github.com/bitwarden/server.git
synced 2025-06-27 22:26:13 -05:00
fix: failed db migrations due to missing kerberos tools (#6005)
This commit is contained in:
parent
0f12d076ec
commit
5d9071da1f
@ -59,6 +59,7 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
gosu \
|
gosu \
|
||||||
curl \
|
curl \
|
||||||
|
krb5-user \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Copy app from the build stage
|
# Copy app from the build stage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user