feat: Added additional base requirements to image
Some checks failed
Build and Push Dev Containers / build (push) Failing after 19s

This commit is contained in:
2025-11-02 15:12:12 +00:00
parent 7d9621e0da
commit 964824589f

View File

@@ -4,7 +4,9 @@ RUN apk add --no-cache \
bash \
curl \
helix \
shadow
shadow \
openssl \
pkgconfig \
RUN chsh -s /bin/bash
RUN mkdir /app