Nekmo/simple-monitor-alert

View on GitHub
docker/Ubuntu12.04-sma/Dockerfile

Summary

Maintainability
Test Coverage
FROM ubuntu:12.04
RUN apt-get update
RUN apt-get install -y python python-pip git sudo
COPY tests.sh /tmp/tests.sh
CMD bash /tmp/tests.sh