2024-04-23 18:39:02 +02:00

5 lines
88 B
Docker

FROM alpine:latest
RUN apk add --no-cache \
coreutils \
curl
ENTRYPOINT ["curl"]