Files
base-images/base/Dockerfile
Luke Else 57e8b82f02
Some checks failed
Build and Push Dev Containers / build (push) Has been cancelled
Uploading first set of base images
2025-07-04 16:33:54 +01:00

9 lines
98 B
Docker

FROM alpine:latest
RUN apk add --no-cache \
bash \
curl \
helix
CMD [ "/bin/bash" ]