FROM ubuntu:bionic-20200807

RUN apt-get update && apt-get -y -q install python3

CMD cp /workspace/discusrc /etc && /workspace/discus.py
