Skip to content

Commit

Permalink
add kubernetes package to official docker image again (#2589)
Browse files Browse the repository at this point in the history
as it is needed in order to use pod templates.
This was indirectly removed with #2455

Signed-off-by: Felix Ruess <[email protected]>
  • Loading branch information
flixr authored Jul 19, 2024
1 parent f04f206 commit 551924a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}/ \
Expand Down

0 comments on commit 551924a

Please sign in to comment.