:-'Generic Commit'
Some checks failed
Gitea Actions Demo / Build (push) Failing after 19s

This commit is contained in:
Your Name
2025-05-29 18:49:59 +12:00
parent c15e91cde8
commit 9453d61479
4 changed files with 52 additions and 4 deletions

3
Dockerfile.debian-curl Normal file
View File

@ -0,0 +1,3 @@
FROM debian:latest
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*