Skip to content

Commit 5cd5c24

Browse files
committed
add tmux
1 parent d0c3e65 commit 5cd5c24

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile.vastai

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ RUN source /home/ubuntu/.nvm/nvm.sh && nvm install $NODE_VERSION
2222

2323
RUN curl -fsSL https://bun.sh/install | bash
2424

25+
RUN git clone --single-branch https://github.com/gpakosz/.tmux.git /root/.tmux && \
26+
ln -sf .tmux/.tmux.conf /root/.tmux.conf
27+
2528
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)