From f03ca6c6213174174e26af8cf93e0967f4eebfb7 Mon Sep 17 00:00:00 2001 From: Nicola Tarocco Date: Wed, 11 Oct 2023 14:50:26 +0200 Subject: [PATCH] docker: remove --pre param when installing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6eae8de7..3ca72e4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN if [ ! -z "$xrootd_version" ] ; then XROOTD_V="-$xrootd_version" ; else XROO COPY site ./site COPY legacy ./legacy COPY Pipfile Pipfile.lock ./ -RUN pipenv install --deploy --system --pre +RUN pipenv install --deploy --system RUN pip install invenio-xrootd">=2.0.0a1" COPY ./docker/uwsgi/ ${INVENIO_INSTANCE_PATH}