waitress-serve
Pure Python WSGI HTTP Server. More information: <https://docs.pylonsproject.org/projects/waitress/en/latest/runner.html>.
RUN apt-get update && \
apt-get install -y python-waitress
RUN apt-get update && \
apt-get install -y python-waitress
RUN pacman -S --noconfirm python-waitress
RUN apt-get update && \
apt-get install -y python-waitress
RUN dnf install -y python3-waitress
RUN apt-get update && \
apt-get install -y python-waitress