We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ae3ff commit bddd57fCopy full SHA for bddd57f
docker/Dockerfile.worker
@@ -2,6 +2,7 @@ ARG BASE_IMAGE=python:3.11-slim
2
FROM $BASE_IMAGE AS prod
3
4
RUN apt-get update && apt-get install -y \
5
+ krb5-user \
6
libkrb5-dev \
7
libsasl2-dev \
8
libsasl2-modules-gssapi-mit \
docs/changelog/0.1.4.rst
@@ -4,4 +4,5 @@
Bug Fixes
----------
-Fix missing backend factory.
+- Fix missing backend factory for uvicorn.
+- Fix missing ``kinit`` executable in worker image.
0 commit comments