Dockerfile 95 B

123
  1. FROM restic/restic
  2. # Adding curl to talk with the Prometheus Gateway
  3. RUN apk add --update curl