Skip to content

Commit cda8499

Browse files
Andrew Farriesroboquat
authored andcommitted
Install tmux and tmuxinator
1 parent 28f8948 commit cda8499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/image/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ RUN sudo apt-add-repository -y ppa:fish-shell/release-3 && \
252252
sudo apt update && \
253253
sudo apt install -y fish
254254

255+
# Install tmux + tmuxinator
256+
RUN brew install tmux tmuxinator
257+
255258
# Copy our own tools
256259
ENV NEW_KUBECDL=1
257260
COPY dev-kubecdl--app/kubecdl dev-gpctl--app/gpctl dev-preview-previewctl--cli/previewctl /usr/bin/

0 commit comments

Comments
 (0)