FROM alpine:3.17

RUN apk add --no-cache curl grep

ENTRYPOINT ["/usr/bin/curl"]
