FROM debian:bullseye-slim RUN apt update && \ apt install --yes curl ca-certificates && \ apt clean && \ rm -rf /var/lib/apt/lists/*