Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dockerfiles/fnal-wn-el8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noar
# libcurl-devel [Minerva, K.Herner, RITM1036665]
# ftgl gl2ps libGLEW giflib libAfterImage [LArSoft v09_16_00, V. Di Benedetto, RITM1085514]
# jq [SBND Mateus F. Carneiro, RITM1235906]
# htgettoken [Mu2e, Ray Culbertson, as part of RITM1572512]
# OSG has only: osg-wn-client redhat-lsb-core singularity
# removed: gfal2-plugin-xrootd-2.18.1-2.el7.x86_64, verify why it was added, now in OSG
# TODO: temporary using osg-development, should be removed after 11/5
Expand All @@ -51,7 +52,7 @@ RUN yum install -y --enablerepo=powertools --enablerepo=osg --enablerepo=osg-d
expat-devel libxml2-devel mysql-libs libtiff libjpeg-turbo openssh-clients openssl-devel tzdata glibc-headers glibc-devel singularity \
pcre2 xxhash-libs libzstd libzstd-devel mpich mpich-devel numactl numactl-devel libffi libffi-devel libcurl-devel \
ftgl gl2ps libGLEW giflib libAfterImage \
jq
jq htgettoken



Expand Down
3 changes: 2 additions & 1 deletion dockerfiles/fnal-wn-sl7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.n
# ftgl gl2ps libGLEW giflib libAfterImage [LArSoft v09_16_00, V. Di Benedetto, RITM1085514]
# perl libraries: perl perl-autodie ... perl-Scalar-List-Utils [Mu2e S.Soleti R.Kutschke, INC000001118312]
# jq [SBND Mateus F. Carneiro, RITM1235906]
# htgettoken [Mu2e, Ray Culbertson, as part of RITM1572512]
# OSG has only: osg-wn-client redhat-lsb-core singularity
# removed: gfal2-plugin-xrootd-2.18.1-2.el7.x86_64, verify why it was added, now also in OSG, it is a dependency of osg-wn-client
# TODO: temporary using osg-development, should be removed after 11/5
Expand All @@ -46,7 +47,7 @@ RUN yum install -y \
pcre2 xxhash-libs libzstd libzstd-devel mpich mpich-devel numactl numactl-devel libffi libffi-devel libcurl-devel \
ftgl gl2ps libGLEW giflib libAfterImage \
perl perl-autodie perl-Carp perl-constant perl-Data-Dumper perl-Digest perl-Digest-SHA perl-Exporter perl-File-Path perl-File-Temp perl-Getopt-Long perl-libs perl-PathTools perl-Scalar-List-Utils \
jq
jq htgettoken

# Overriding the default singularity configuration
ADD shared/singularity.conf /etc/singularity/singularity.conf
Expand Down