Skip to content

Commit e479924

Browse files
Geoffroy Van Cutsemjren1
authored andcommitted
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>
1 parent 473f222 commit e479924

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hypervisor/.travis-dockerfiles/Dockerfile.fedora26

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN dnf -y install gcc \
66
git \
77
make \
88
vim \
9+
findutils \
910
libuuid-devel \
1011
openssl-devel \
1112
libpciaccess-devel \

hypervisor/.travis-dockerfiles/Dockerfile.fedora27

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN dnf -y install gcc \
66
git \
77
make \
88
vim \
9+
findutils \
910
libuuid-devel \
1011
openssl-devel \
1112
libpciaccess-devel \

0 commit comments

Comments
 (0)