From 70c71568c84530f6c5cc8ff699a151b798590b7c Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 20 May 2025 11:45:20 +0100 Subject: [PATCH] Cleaned up site dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7565b42..91d07b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,8 @@ FROM ghcr.io/front-matter/invenio-rdm-starter:latest ARG WHEEL RUN /opt/invenio/.venv/bin/python -m ensurepip -RUN /opt/invenio/.venv/bin/python -m pip install invenio-theme-iform==2025.5.20 invenio-records-lom +RUN /opt/invenio/.venv/bin/python -m pip install --upgrade pip +RUN /opt/invenio/.venv/bin/python -m pip install invenio-theme-iform==2025.5.20 RUN /opt/invenio/.venv/bin/python -m pip uninstall -y pip RUN invenio collect RUN apt install -y npm