FROM ghcr.io/cosmian/mse-base:20230710124434

RUN . /opt/venv/bin/activate && \
    pip3 install "flask==2.2.5" \
    "cryptography>=40.0.2,<41.0"
