FROM debian:stable-slim RUN apt-get update RUN apt-get -y install --no-install-recommends jq curl git COPY . /app COPY entrypoint /usr/local/bin