fix: for missing KRB5_KDC_PROFILE in environment.

This commit is contained in:
2026-05-16 14:46:19 +02:00
parent eca37d2f89
commit 7d990d520b
2 changed files with 4 additions and 4 deletions
+2
View File
@@ -8,6 +8,8 @@ RUN apt-get update && \
tini && \
rm -rf /var/lib/apt/lists/*
ENV KRB5_KDC_PROFILE=/var/lib/krb5kdc/kdc.conf
COPY entrypoint.sh /entrypoint
RUN chmod +x /entrypoint