Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hervé MENAGER
galaxy-cwl-is-docker
Commits
b711dfe9
Commit
b711dfe9
authored
Apr 01, 2019
by
Hervé MENAGER
Browse files
do not override cwltool installed version
parent
7594f17c
Pipeline
#10821
passed with stages
in 8 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
b711dfe9
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment