🐛 Fix dockerfile install wrong package

This commit is contained in:
2025-07-24 01:15:52 +08:00
parent 8bcb2f2247
commit d95ea249fb

View File

@@ -4,7 +4,7 @@ EXPOSE 8080
EXPOSE 8081
RUN apt-get update && apt-get install -y --no-install-recommends \
libkrb53
libkrb5-dev
USER $APP_UID