File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- IMAGE_VERSION = 1.21.5
1+ IMAGE_VERSION = 1.21.6
22NDK_VERSION = 27.2.12479018
33BAZELISK_VERSION = v1.26.0
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN . "$NVM_DIR/nvm.sh" && pnpm add -g @google/gemini-cli@${GEMINI_CLI_VERSION}
4141# Install dependencies
4242RUN apt update \
4343 && apt install -y --allow-remove-essential --allow-change-held-packages \
44- zsh openssh-server \
44+ zsh openssh-server tmux \
4545 && apt-get clean \
4646 && rm -rf /var/lib/apt/lists/*
4747
@@ -67,7 +67,8 @@ RUN RUNZSH=no sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmy
6767RUN echo "export NVM_DIR=${NVM_DIR}" >> /home/${ACTUAL_USER}/.zshrc && \
6868 echo "export PNPM_HOME=${PNPM_HOME}" >> /home/${ACTUAL_USER}/.zshrc && \
6969 echo "export PATH=${PATH}" >> /home/${ACTUAL_USER}/.zshrc && \
70- echo "source ${NVM_DIR}/nvm.sh" >> /home/${ACTUAL_USER}/.zshrc
70+ echo "source ${NVM_DIR}/nvm.sh" >> /home/${ACTUAL_USER}/.zshrc && \
71+ echo "tmux attach-session -t dev-session 2>/dev/null || tmux new-session -s dev-session" >> /home/${ACTUAL_USER}/.zshrc
7172
7273# Switch back to root for remaining setup
7374USER root
You can’t perform that action at this time.
0 commit comments