mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-26 23:36:51 +00:00
Add 'findutils' to Fedora-based Docker images
The 'find' command was not installed in our minimal Fedora 26 and 27-based Docker images. This resulted in a non-fatal error when performing a 'make clean'. This commit adds this utility (available in the 'findutils' package). Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
473f222dce
commit
e479924890
@ -6,6 +6,7 @@ RUN dnf -y install gcc \
|
||||
git \
|
||||
make \
|
||||
vim \
|
||||
findutils \
|
||||
libuuid-devel \
|
||||
openssl-devel \
|
||||
libpciaccess-devel \
|
||||
|
@ -6,6 +6,7 @@ RUN dnf -y install gcc \
|
||||
git \
|
||||
make \
|
||||
vim \
|
||||
findutils \
|
||||
libuuid-devel \
|
||||
openssl-devel \
|
||||
libpciaccess-devel \
|
||||
|
Loading…
Reference in New Issue
Block a user