FROM python:3.8
RUN python3 -m pip install -U pycryptodome
COPY OT.py /
CMD ["/usr/local/bin/python3", "-u", "/OT.py"]
