feat: Removed unecessary containers
All checks were successful
Build and Push Dev Containers / build (push) Successful in 5m3s
All checks were successful
Build and Push Dev Containers / build (push) Successful in 5m3s
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
FROM alpine:edge
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
curl \
|
||||
helix \
|
||||
shadow \
|
||||
@@ -10,8 +9,7 @@ RUN apk add --no-cache \
|
||||
build-base \
|
||||
ca-certificates
|
||||
|
||||
RUN chsh -s /bin/bash
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
CMD [ "/bin/bash" ]
|
||||
CMD [ "/bin/sh" ]
|
||||
|
||||
Reference in New Issue
Block a user