sandbox/Dockerfile
Nemo D'ACREMONT 44d285465d
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Build and push docker image / Build-and-push-docker (push) Failing after 14s
feat: add docker for tests
2025-09-01 18:56:25 +02:00

8 lines
93 B
Docker

FROM alpine:latest
WORKDIR /app
RUN apk update && apk add docker
ENTRYPOINT [ "/bin/sh" ]