generic-docker-images/Dockerfile.debian-curl
Your Name 9453d61479
Some checks failed
Gitea Actions Demo / Build (push) Failing after 19s
:-'Generic Commit'
2025-05-29 18:49:59 +12:00

4 lines
97 B
Docker

FROM debian:latest
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*