feat: Added additional base requirements to image
Some checks failed
Build and Push Dev Containers / build (push) Failing after 19s
Some checks failed
Build and Push Dev Containers / build (push) Failing after 19s
This commit is contained in:
@@ -4,7 +4,9 @@ RUN apk add --no-cache \
|
||||
bash \
|
||||
curl \
|
||||
helix \
|
||||
shadow
|
||||
shadow \
|
||||
openssl \
|
||||
pkgconfig \
|
||||
|
||||
RUN chsh -s /bin/bash
|
||||
RUN mkdir /app
|
||||
|
||||
Reference in New Issue
Block a user