Skip to content
Snippets Groups Projects
Commit 77c1c0a2 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Added poppler-util install

parent 3d9a7a45
No related branches found
No related tags found
1 merge request!11Optimize CI setup, add libpoppler, and some minor polish
...@@ -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:
......
...@@ -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
......
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