Skip to content

Commit bddd57f

Browse files
committed
[DOP-15023] Fix missing kinit executable in worker image
1 parent 04ae3ff commit bddd57f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker/Dockerfile.worker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ ARG BASE_IMAGE=python:3.11-slim
22
FROM $BASE_IMAGE AS prod
33

44
RUN apt-get update && apt-get install -y \
5+
krb5-user \
56
libkrb5-dev \
67
libsasl2-dev \
78
libsasl2-modules-gssapi-mit \

docs/changelog/0.1.4.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
Bug Fixes
55
----------
66

7-
Fix missing backend factory.
7+
- Fix missing backend factory for uvicorn.
8+
- Fix missing ``kinit`` executable in worker image.

0 commit comments

Comments
 (0)