test5/Dockerfile
hasslesstech 7c41e9ab2b
Some checks failed
/ build-images (push) Failing after 2s
/ run-tests (push) Has been skipped
1
2026-03-18 17:47:24 +02:00

9 lines
89 B
Docker

FROM alpine:latest
RUN apk add gcc
RUN mkdir /app
WORKDIR /app
ENTRYPOINT ["test.sh"]