diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3cfb9d0..ab04593 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -95,3 +95,5 @@ WORKDIR /tmp RUN pip install -r requirements.txt && \ pip install click cryptography + +RUN bash ./build_scripts/install_presentation_requirements.sh