Skip to content

Commit

Permalink
Merge pull request #160 from eslickj/main
Browse files Browse the repository at this point in the history
Install missing findutils on Rocky Linux
  • Loading branch information
John Eslick committed Apr 6, 2022
2 parents 7925874 + 90b1ae3 commit 5bf8d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build-platform/rockylinux8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN yum -y install git make gcc gcc-c++ gcc-gfortran boost-devel cmake
RUN yum -y install wget unzip patch which file valgrind flex bison
RUN yum -y install dnf-plugins-core
RUN yum config-manager --set-enabled powertools
RUN yum -y install lapack-devel python3
RUN yum -y install lapack-devel python3 findutils
RUN mkdir repo

RUN cd repo; \
Expand Down

0 comments on commit 5bf8d9b

Please sign in to comment.