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
+1 -1
View File
@@ -12,4 +12,4 @@ RUN sudo ./install-opentofu.sh --install-method apk
# Remove the installer:
RUN rm -f install-opentofu.sh
CMD [ "tmux" ]
CMD [ "/bin/zsh" ]