FROM debian:latest RUN apt-get update RUN apt-get install --yes snmp COPY main.sh /main.sh CMD "/main.sh"