FROM alpine:3.19
ENV API_KEY=super-secret-key-do-not-commit
RUN apk add --no-cache bash
CMD ["/bin/sh"]
