feat: Added tmux to lab container
All checks were successful
Build and Push Dev Containers / build (push) Successful in 5m49s
All checks were successful
Build and Push Dev Containers / build (push) Successful in 5m49s
This commit is contained in:
@@ -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" ]
|
||||||
Reference in New Issue
Block a user