Uploading first set of base images
Some checks failed
Build and Push Dev Containers / build (push) Has been cancelled
Some checks failed
Build and Push Dev Containers / build (push) Has been cancelled
This commit is contained in:
8
base/Dockerfile
Normal file
8
base/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
curl \
|
||||
helix
|
||||
|
||||
CMD [ "/bin/bash" ]
|
Reference in New Issue
Block a user