Skip to content

Commit

Permalink
chore(k8s-toolbox): added tmux to image
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Jan 10, 2025
1 parent ce76ce6 commit 9c2665a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/k8s-toolbox/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL maintainer "[email protected]"
RUN DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get --no-install-recommends --yes install \
bash \
bash tmux \
coreutils gettext-base \
curl ca-certificates rclone \
tar unzip \
Expand Down

0 comments on commit 9c2665a

Please sign in to comment.