feat: Added rust-analyzer to lab image
All checks were successful
Build and Push Dev Containers / build (push) Successful in 23s

This commit is contained in:
2025-08-29 19:05:31 +01:00
parent d00041c090
commit 584c122b95

View File

@@ -17,15 +17,15 @@ RUN apk add --no-cache \
iputils \
python3 \
rust \
rust-analyzer \
cargo \
go \
nodejs \
npm \
make \
build-base
# Add a non-root user
RUN adduser -D dev && echo "dev ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
RUN usermod -aG wheel dev
RUN chsh -s /bin/zsh dev
# Set working directory
WORKDIR /home/dev