1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 09:02:48 -05:00

[PM-6630][INT-188] krb5 to dockerfile and kinit entrypoint (#3841)

This commit is contained in:
keithhubner
2024-09-20 17:15:47 +01:00
committed by GitHub
parent 8a515a3f2b
commit ab8c3af685
12 changed files with 42 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
gosu \
curl \
krb5-user \
&& rm -rf /var/lib/apt/lists/*
ENV ASPNETCORE_URLS http://+:5000