Closed mjsir911 closed 5 years ago
In a minimal fedora docker container, I've run this
fedora
$ yum -y install freight $ freight add my.deb apt/squeeze $ freight cache /usr/bin/freight-cache: line 95: find: command not found
yum install findutils fixes this issue
yum install findutils
@mjsir911 please file a bug over at the RPM source: https://apps.fedoraproject.org/packages/freight/bugs
In a minimal
fedora
docker container, I've run thisyum install findutils
fixes this issue