This commit is contained in:
Redsandyg
2026-06-15 06:31:35 +03:00
commit fcc9139361
50 changed files with 5400 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
FROM alpine:3.21
RUN apk add --no-cache bash curl openssl coreutils grep findutils wget
CMD ["sleep", "infinity"]