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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
77c1c0a2
Commit
77c1c0a2
authored
4 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
Added poppler-util install
parent
3d9a7a45
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11
Optimize CI setup, add libpoppler, and some minor polish
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
containers/release/Dockerfile.in
+4
-0
4 additions, 0 deletions
containers/release/Dockerfile.in
with
7 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
77c1c0a2
...
@@ -95,7 +95,7 @@ config:unstable:
...
@@ -95,7 +95,7 @@ config:unstable:
-
config/Dockerfile
-
config/Dockerfile
release:stable
:
release:stable
:
stage
:
main
stage
:
slim
tags
:
tags
:
-
silicon
-
silicon
only
:
only
:
...
@@ -109,7 +109,7 @@ release:stable:
...
@@ -109,7 +109,7 @@ release:stable:
-
make login
-
make login
-
make release-cached
-
make release-cached
release:testing
:
release:testing
:
stage
:
main
stage
:
slim
tags
:
tags
:
-
silicon
-
silicon
only
:
only
:
...
@@ -122,7 +122,7 @@ release:testing:
...
@@ -122,7 +122,7 @@ release:testing:
-
make login
-
make login
-
make staging-cached
-
make staging-cached
release:unstable
:
release:unstable
:
stage
:
main
stage
:
slim
tags
:
tags
:
-
silicon
-
silicon
except
:
except
:
...
...
This diff is collapsed.
Click to expand it.
containers/release/Dockerfile.in
+
4
−
0
View file @
77c1c0a2
...
@@ -28,11 +28,15 @@ ENV DOCKERFILE_DISTRO=ubuntu \
...
@@ -28,11 +28,15 @@ ENV DOCKERFILE_DISTRO=ubuntu \
## TODO: move this to upstream, as we should have ssh available in
## TODO: move this to upstream, as we should have ssh available in
## any dev container
## any dev container
## poppler-utils for pdftoppm, is this is right now now supported by the
## Spack version
RUN apt-get -yqq update \
RUN apt-get -yqq update \
&& apt-get -yqq install --no-install-recommends \
&& apt-get -yqq install --no-install-recommends \
ghostscript \
ghostscript \
gv \
gv \
poppler-utils \
&& apt-get -yqq purge lmod \
&& apt-get -yqq purge lmod \
&& apt-get autoremove \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*
## Copy over files from builder
## Copy over files from builder
...
...
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