diff --git a/lab/Dockerfile b/lab/Dockerfile index 8fa8e2b..af8cc64 100644 --- a/lab/Dockerfile +++ b/lab/Dockerfile @@ -7,6 +7,7 @@ RUN apk add --no-cache \ jq \ openssh \ openssh-client \ + tmux \ sudo \ ca-certificates \ 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)" -CMD [ "/bin/zsh" ] \ No newline at end of file +CMD [ "tmux" ] \ No newline at end of file