This commit is contained in:
Yannick 2025-06-18 11:27:45 +02:00
commit 3f877cbb27
2 changed files with 59 additions and 0 deletions

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM alpine:latest
RUN apk add --no-cache curl
CMD ["curl", "--version"]