Skip to content
Snippets Groups Projects
Commit 3e1ac2b7 authored by Bart's avatar Bart
Browse files

fixed cwltool version and version bump

parent 5135e6fa
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ LABEL documentation="NA" ...@@ -12,7 +12,7 @@ LABEL documentation="NA"
LABEL license="NA" LABEL license="NA"
LABEL tags="Base" LABEL tags="Base"
# ARG cwltool_version=3.0.20200720165847 # ARG cwltool_version=3.1.20211004060744
ENV DEBIAN_FRONTEND=noninteractive LANG=en_US.UTF-8 LC_ALL=C.UTF-8 LANGUAGE=en_US.UTF-8 ENV DEBIAN_FRONTEND=noninteractive LANG=en_US.UTF-8 LC_ALL=C.UTF-8 LANGUAGE=en_US.UTF-8
...@@ -22,7 +22,7 @@ ENV DEBIAN_FRONTEND=noninteractive LANG=en_US.UTF-8 LC_ALL=C.UTF-8 LANGUAGE=en_U ...@@ -22,7 +22,7 @@ ENV DEBIAN_FRONTEND=noninteractive LANG=en_US.UTF-8 LC_ALL=C.UTF-8 LANGUAGE=en_U
# Install ubuntu modules and the workflow application # --no-install-recommends # Install ubuntu modules and the workflow application # --no-install-recommends
RUN apt-get update && apt-get install --yes build-essential cpanminus curl git gnupg htop libfontconfig1 locales nano nodejs pigz python3-dev python3-distutils python3.8 raptor2-utils raptor2-utils sshpass unzip wget zip && \ RUN apt-get update && apt-get install --yes build-essential cpanminus curl git gnupg htop libfontconfig1 locales nano nodejs pigz python3-dev python3-distutils python3.8 raptor2-utils raptor2-utils sshpass unzip wget zip && \
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
python3 -m pip install cwltool &&\ python3 -m pip install cwltool==3.1.20211004060744 &&\
cwltool --version && python3 -m pip install html5lib cwltool --version && python3 -m pip install html5lib
# Enable icommands # Enable icommands
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment