Files
nginx-analize/results/Dockerfile.test-runner
Redsandyg fcc9139361 init
2026-06-15 06:31:35 +03:00

4 lines
114 B
Docker

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