feat: Updated base image to force bash usage
All checks were successful
Build and Push Dev Containers / build (push) Successful in 4m56s
All checks were successful
Build and Push Dev Containers / build (push) Successful in 4m56s
This commit is contained in:
@@ -3,8 +3,10 @@ FROM alpine:latest
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
curl \
|
||||
helix
|
||||
helix \
|
||||
shadow
|
||||
|
||||
RUN chsh -s /bin/bash
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
|
Reference in New Issue
Block a user