FROM python:3.9 RUN pip3 install cython pip setuptools --upgrade WORKDIR /code CMD ["tail", "-f", "/dev/null"]