Skip to content
Snippets Groups Projects
Commit fe1a5b0b authored by Michael R. Crusoe's avatar Michael R. Crusoe
Browse files

pin the checkout of galaxy

parent 2fad2ce6
Branches 20190703
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
curl \ curl \
libpq-dev \ libpq-dev \
vim 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 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 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 RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
......
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