FROM debian:stable-slim@sha256:8f0c555de6a2f9c2bda1b170b67479d11f7f5e3b66bb4a7a1d8843361c9dd3ff

RUN apt update && apt upgrade --yes && apt install --yes curl && apt clean --yes && apt autoremove --yes
