Skip to content

Commit

Permalink
docker: remove --pre param when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Oct 11, 2023
1 parent c35c53c commit f03ca6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f03ca6c

Please sign in to comment.