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
fe1a5b0b
Commit
fe1a5b0b
authored
Jul 03, 2019
by
Michael R. Crusoe
Browse files
pin the checkout of galaxy
parent
2fad2ce6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
fe1a5b0b
...
...
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
curl
\
libpq-dev \
vim
RUN
git clone
--depth
1
--progress
https://github.com/common-workflow-language/galaxy.git /app/galaxy
RUN
git clone
--depth
1
--single-branch
--branch
cwl-1.0-prerebase-20190626
--progress
https://github.com/common-workflow-language/galaxy.git /app/galaxy
RUN
git clone
--depth
1
--single-branch
--branch
master
--progress
https://github.com/EBI-metagenomics/workflow-is-cwl /app/workflow-is-cwl
RUN
curl
-sS
https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN
echo
"deb https://dl.yarnpkg.com/debian/ stable main"
|
tee
/etc/apt/sources.list.d/yarn.list
...
...
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