FROM docker.io/alpine:3.24.1

RUN apk update \
  && apk --no-cache add curl \
  && rm -r -f /var/cache/apk/
