RUN pip install--no-cache-dirgunicorn flask[async]
RUN pip install--no-cache-dirhypercorn quart
RUN apt install-y openssl
RUN apt clean
# The following line does not necessarily have to be updated with the requirements.txt as this is just to speed up the requirements.txt part (to improve cachability)