diff --git a/Dockerfile b/Dockerfile index 65bfcada80..cd72eed846 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ ARG DOCKER_IMAGE RUN apt-get update && apt-get install build-essential -y \ && pip install uv \ && uv pip install --system --no-cache-dir -U flytekit==$VERSION \ + kubernetes \ && apt-get clean autoclean \ && apt-get autoremove --yes \ && rm -rf /var/lib/{apt,dpkg,cache,log}/ \