Skip to content

Commit

Permalink
Merge pull request PelicanPlatform#1642 from jhiemstrawisc/install-sssd
Browse files Browse the repository at this point in the history
Install sssd-client in dev/prod containers
  • Loading branch information
jhiemstrawisc authored Oct 10, 2024
2 parents 73fb91d + 05d24af commit 11e6978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN yum -y update \
####
FROM dependency-build AS xrootd-plugin-builder
# Install necessary build dependencies
RUN yum install -y --enablerepo=osg-testing xrootd-devel xrootd-server-devel xrootd-client-devel curl-devel openssl-devel git cmake3 gcc-c++ sqlite-devel
RUN yum install -y --enablerepo=osg-testing xrootd-devel xrootd-server-devel xrootd-client-devel curl-devel openssl-devel git cmake3 gcc-c++ sqlite-devel sssd-client

# The ADD command with a api.github.com URL in the next couple of sections
# are for cache-hashing of the external repository that we rely on to build
Expand Down
2 changes: 1 addition & 1 deletion images/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gpgcheck=0' > /etc/yum.repos.d/goreleaser.repo

# Install goreleaser and various other packages we need
RUN yum install -y --enablerepo=osg-testing goreleaser npm xrootd-devel xrootd-server-devel xrootd-client-devel nano xrootd-scitokens xrootd-voms \
xrdcl-http jq procps docker make curl-devel java-17-openjdk-headless git cmake3 gcc-c++ openssl-devel sqlite-devel libcap-devel \
xrdcl-http jq procps docker make curl-devel java-17-openjdk-headless git cmake3 gcc-c++ openssl-devel sqlite-devel libcap-devel sssd-client \
xrootd-multiuser \
zlib-devel \
&& yum clean all
Expand Down

0 comments on commit 11e6978

Please sign in to comment.