mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Add flag to bypass y/n on pip uninstall
This commit is contained in:
@@ -8,4 +8,4 @@ COPY assets /opt/invenio/var/instance/static/custom_assets
|
||||
RUN /opt/invenio/.venv/bin/python -m ensurepip
|
||||
COPY plugin /opt/invenio/var/instance/static/plugin
|
||||
RUN /opt/invenio/.venv/bin/python -m pip install /opt/invenio/var/instance/static/plugin
|
||||
RUN /opt/invenio/.venv/bin/python -m pip uninstall pip
|
||||
RUN /opt/invenio/.venv/bin/python -m pip uninstall -y pip
|
||||
|
||||
Reference in New Issue
Block a user