Skip to content

Instantly share code, notes, and snippets.

@giang-pham
Last active September 3, 2019 06:56
Show Gist options
  • Save giang-pham/a81e5cedcbe98e74fb5874ac6a237d0b to your computer and use it in GitHub Desktop.
Save giang-pham/a81e5cedcbe98e74fb5874ac6a237d0b to your computer and use it in GitHub Desktop.
FROM debian:bullseye-slim
ADD extract_report_count.sh /opt/run.sh
RUN chmod +x /opt/run.sh
ADD resources /opt/resources
RUN mkdir /opt/output && \
apt-get update && apt-get -y install curl jq
ENTRYPOINT ["/opt/run.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment