feat: Added tmux to lab container
All checks were successful
Build and Push Dev Containers / build (push) Successful in 5m49s

This commit is contained in:
2026-03-31 20:34:15 +01:00
parent ec1bec774a
commit 806d610f00

View File

@@ -7,6 +7,7 @@ RUN apk add --no-cache \
jq \ jq \
openssh \ openssh \
openssh-client \ openssh-client \
tmux \
sudo \ sudo \
ca-certificates \ ca-certificates \
busybox-extras \ busybox-extras \
@@ -31,4 +32,4 @@ WORKDIR /home/dev
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.1/zsh-in-docker.sh)" RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.1/zsh-in-docker.sh)"
CMD [ "/bin/zsh" ] CMD [ "tmux" ]