mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-04 18:30:18 +00:00
Dockerfiles: add Python3 and kconfiglib build dependency
This adds Python3 and the 'kconfiglib' tool to all Dockerfiles. This is required in order to build (and/or configure) the ACRN hypervisor. It also adds 'findutils' to all Fedora Dockerfiles as both 'find' and 'xargs' are used in some Makefiles and provided by this package. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
committed by
lijinxia
parent
ad59375dfd
commit
b2fa8c5ea0
@@ -1,7 +1,9 @@
|
||||
# Build container based on Clearlinux
|
||||
FROM clearlinux:base
|
||||
|
||||
RUN swupd bundle-add os-clr-on-clr
|
||||
RUN swupd bundle-add -b os-clr-on-clr python3-basic
|
||||
|
||||
RUN pip3 install kconfiglib
|
||||
|
||||
RUN mkdir -p /usr/local/bin
|
||||
RUN git config --global http.sslVerify false
|
||||
|
Reference in New Issue
Block a user