Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
m-unlock
docker
Commits
3e1ac2b7
Commit
3e1ac2b7
authored
3 years ago
by
Bart
Browse files
Options
Downloads
Patches
Plain Diff
fixed cwltool version and version bump
parent
5135e6fa
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kubernetes/Dockerfile
+2
-2
2 additions, 2 deletions
kubernetes/Dockerfile
with
2 additions
and
2 deletions
kubernetes/Dockerfile
+
2
−
2
View file @
3e1ac2b7
...
@@ -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
.202
00720165847
# ARG cwltool_version=3.
1
.202
11004060744
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment