mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-27 07:46:53 +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 \
|
git \
|
||||||
make \
|
make \
|
||||||
vim \
|
vim \
|
||||||
|
findutils \
|
||||||
libuuid-devel \
|
libuuid-devel \
|
||||||
openssl-devel \
|
openssl-devel \
|
||||||
libpciaccess-devel \
|
libpciaccess-devel \
|
||||||
|
@ -6,6 +6,7 @@ RUN dnf -y install gcc \
|
|||||||
git \
|
git \
|
||||||
make \
|
make \
|
||||||
vim \
|
vim \
|
||||||
|
findutils \
|
||||||
libuuid-devel \
|
libuuid-devel \
|
||||||
openssl-devel \
|
openssl-devel \
|
||||||
libpciaccess-devel \
|
libpciaccess-devel \
|
||||||
|
Loading…
Reference in New Issue
Block a user