Skip to content

Commit

Permalink
Added imagemagick - needed for user school
Browse files Browse the repository at this point in the history
  • Loading branch information
rynge committed Aug 4, 2023
1 parent 63b2ca3 commit 8ed0928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htc/rocky:8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ RUN dnf -y groupinstall "Development Tools" \
"Scientific Support"

RUN dnf -y install --allowerasing --enablerepo=osg-testing \
redhat-lsb \
bc \
binutils \
binutils-devel \
Expand All @@ -39,6 +38,7 @@ RUN dnf -y install --allowerasing --enablerepo=osg-testing \
glibc-locale-source \
graphviz \
gsl-devel \
ImageMagick \
java-11-openjdk \
java-11-openjdk-devel \
jq \
Expand Down Expand Up @@ -69,6 +69,7 @@ RUN dnf -y install --allowerasing --enablerepo=osg-testing \
python3-devel \
python3-numpy \
python3-scipy \
redhat-lsb \
redhat-lsb-core \
rsync \
stashcp \
Expand Down
1 change: 1 addition & 0 deletions htc/rocky:9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN dnf -y install --allowerasing --enablerepo=osg-testing \
glibc-locale-source \
graphviz \
gsl-devel \
ImageMagick \
java-17-openjdk \
java-17-openjdk-devel \
jq \
Expand Down

0 comments on commit 8ed0928

Please sign in to comment.