Skip to content

Commit

Permalink
Remove xrootd-multiuser from dev container for now
Browse files Browse the repository at this point in the history
The xrootd-multiuser package is one that comes from the osg repository, meaning
it's only published for x86. For now, I'm removing it as a dependency from the
dev containers to avoid having to build it from source.
  • Loading branch information
jhiemstrawisc committed May 21, 2024
1 parent b2c7761 commit be29a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ priority=1 \n\
gpgcheck=0' > /etc/yum.repos.d/local.repo

# Install goreleaser and various other packages we need
RUN yum install -y goreleaser npm xrootd-devel xrootd-server-devel xrootd-client-devel nano xrootd-scitokens xrootd-multiuser \
RUN yum install -y 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 \
&& yum clean all

Expand Down

0 comments on commit be29a11

Please sign in to comment.