chore: Updating containers to enable dev
Some checks failed
Build and Push Dev Containers / build (push) Has been cancelled

This commit is contained in:
2025-09-25 21:17:26 +01:00
parent e6f751851b
commit 70c9788f8a
4 changed files with 13 additions and 7 deletions

View File

@@ -6,15 +6,16 @@ RUN apk add --no-cache \
git \
jq \
openssh \
openssh-client \
sudo \
ca-certificates \
busybox-extras \
net-tools \
iputils \
python3 \
rust \
rust-analyzer \
procps \
cargo \
rust-analyzer \
make \
build-base
@@ -30,4 +31,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" ]
CMD [ "/bin/zsh" ]