Skip to content
  • Heinrich Schuchardt's avatar
    Dockerfile: add libguestfs-tools package · 6e0a1da3
    Heinrich Schuchardt authored and Tom Rini's avatar Tom Rini committed
    
    
    In some of our Python tests we build disk images. Currently this involves
    using the sudo command for losetup and mount. For some tests sudo is
    not necessary if the command guestmount of package libguestfs-tools is
    available. Another useful tool in libguestfs-tools is virt-make-fs.
    
    Generally we should get rid of using a root user for building and testing.
    As a first step install libguestfs-tools in our Docker image.
    
    Signed-off-by: Heinrich Schuchardt's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
    6e0a1da3