chore: Removed TMUX and added bash to lab containers
Build and Push Dev Containers / build (push) Failing after 21s

This commit is contained in:
2026-07-21 15:25:03 +01:00
parent a5ec26dbf4
commit c412ebd8d4
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2,12 +2,12 @@ FROM git.luke-else.co.uk/luke-else/base:latest
# Install core utilities and development tools
RUN apk add --no-cache \
bash \
curl \
git \
jq \
openssh \
openssh-client \
tmux \
sudo \
ca-certificates \
busybox-extras \
@@ -32,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 [ "tmux" ]
CMD [ "/bin/zsh" ]