FROM ghcr.io/cosmian/cenclave-base:20241118065133

RUN . /opt/venv/bin/activate && \
    pip3 install "flask==3.1.0"
