Skip to content

Commit

Permalink
Add findutils to cpp image
Browse files Browse the repository at this point in the history
Building cbc requires `find` to be available
  • Loading branch information
cyderize committed Mar 29, 2023
1 parent a665798 commit 89024bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN dnf install -y epel-release && \
cmake \
gcc-toolset-12 \
gcc-toolset-12-gcc-c++ \
findutils \
flex \
git \
make \
Expand Down

0 comments on commit 89024bd

Please sign in to comment.