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
7594f17c
Commit
7594f17c
authored
Apr 01, 2019
by
Hervé MENAGER
Browse files
Try to use the upstream galaxy from common-workflow-language
parent
34abfa62
Pipeline
#10820
passed with stages
in 8 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
7594f17c
...
...
@@ -9,7 +9,8 @@ RUN apt-get update && apt-get install -y \
docker.io
\
wget
\
curl
RUN
git clone
--depth
1
--progress
https://github.com/hmenager/galaxy.git /app/galaxy
#RUN git clone --depth 1 --progress https://github.com/hmenager/galaxy.git /app/galaxy
RUN
git clone
--depth
1
--progress
https://github.com/common-workflow-language/galaxy.git /app/galaxy
RUN
git clone
--depth
1
--single-branch
--branch
master
--progress
https://github.com/hmenager/workflow-is-cwl /app/workflow-is-cwl
RUN
git clone
--depth
1
--single-branch
--branch
assembly
--progress
https://github.com/hmenager/workflow-is-cwl /app/workflow-is-cwl_assembly
RUN
curl
-sS
https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
...
...
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