minitor/examples/docker-checks/Dockerfile
Ian Fijolek 0ea55fa7b3
Some checks failed
continuous-integration/drone/push Build is failing
Add docker check example
2019-05-31 16:43:14 -07:00

4 lines
84 B
Docker

FROM minitor-dev
RUN apt-get update && apt-get install -y jq curl && apt-get clean