Skip to content
Snippets Groups Projects
Commit b711dfe9 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

do not override cwltool installed version

parent 7594f17c
No related branches found
No related tags found
No related merge requests found
Pipeline #10821 passed
......@@ -23,7 +23,7 @@ COPY welcome.html /app/galaxy/static/welcome.html
COPY tool_conf.xml /app/galaxy/config/tool_conf.xml
#COPY init_galaxy.sh /app/galaxy/init_galaxy.sh
RUN cd /app/galaxy && ./scripts/common_startup.sh
RUN cd /app/galaxy && . .venv/bin/activate && pip install cwltool==1.0.20181012180214
#RUN cd /app/galaxy && . .venv/bin/activate && pip install cwltool==1.0.20181012180214
RUN cd /app/galaxy && ls database/*
RUN cd /app/galaxy && ./create_db.sh
RUN cd /app/galaxy && ./manage_db.sh upgrade
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment