crops / yocto-dockerfiles

This repository is for -base and -builder containers for building derivative containers (such as poky-container) for containerized Yocto Project builds.
GNU General Public License v2.0
146 stars 57 forks source link

Fix dumb-init tests on CentOS 7 #36

Closed rewitt1 closed 5 years ago

rewitt1 commented 5 years ago

Use python36 instead of python34.

This fixes the failures that were occurring due to "pip3" not being found.

Signed-off-by: Randy Witt randy.e.witt@intel.com