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
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
openssl-dev \
pkgconf \
build-base \
ca-certificates
ca-certificates \
RUN mkdir /app
WORKDIR /app