FROM ubuntu:22.04 RUN pip install --user flask flask-cors requests CMD ["python3", "lib.py", "server"]