FROM python RUN pip install pyotp requests COPY ./tools/get_account.py /get_account.py ENTRYPOINT ["python3", "/get_account.py"]