Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Merge requests
!14
Merge in staging
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Merge in staging
staging
into
master
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
Merge in staging
Sylvester Joosten
requested to merge
staging
into
master
Nov 10, 2020
Overview
0
Commits
2
Pipelines
0
Changes
3
Added GNU parallel to the container
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
23b64da3
2 commits,
Nov 10, 2020
3 files
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
containers/release/Dockerfile.in
+
1
−
0
View file @ 23b64da3
Edit in single-file editor
Open in Web IDE
Show full file
@@ -35,6 +35,7 @@ RUN apt-get -yqq update \
ghostscript \
gv \
poppler-utils \
parallel \
&& apt-get -yqq autoremove \
&& rm -rf /var/lib/apt/lists/*
Loading