Skip to content

Commit

Permalink
adding keyutils
Browse files Browse the repository at this point in the history
  • Loading branch information
dingp committed Sep 14, 2023
1 parent e126261 commit 9aa9fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/al9.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN yum clean all \
RUN yum -y install git python3-yaml glibc-devel \
gcc gcc-c++ gcc-fortran libgcc \
wget tar zip rsync patch lbzip2 texinfo file \
libunwind-devel which \
libunwind-devel which keyutils \
&& yum clean all

ENTRYPOINT ["/bin/bash"]
2 changes: 1 addition & 1 deletion dockerfiles/alma9-minimal.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN yum clean all \
RUN yum clean all \
&& yum -y install \
texinfo patch libbsd-devel \
libnsl2 \
libnsl2 keyutils \
&& yum clean all

RUN mkdir -p /dunedaq/run && chmod go+rw /dunedaq/run
Expand Down

0 comments on commit 9aa9fb0

Please sign in to comment.