Add Dockerfile

This commit is contained in:
Sthope 2024-04-23 18:39:02 +02:00
parent 7560a3fb41
commit c979a7fa76

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM alpine:latest
RUN apk add --no-cache \
coreutils \
curl
ENTRYPOINT ["curl"]