Hi,

I am getting an exit code 143 when running dnf in docker, example:
$ cat Dockerfile
FROM fedora:rawhide
RUN dnf install -y openmpi-devel
$ docker build .
...
Running scriptlet: systemd-245~rc1-2.fc32.x86_64                      121/121
Running scriptlet: systemd-udev-245~rc1-2.fc32.x86_64
121/121The command '/bin/sh -c dnf install -y openmpi-devel' returned
a non-zero code: 143

Only on rawhide, f31 works fine, i.e.
$ cat Dockerfile
FROM fedora:31
RUN dnf install -y openmpi-devel
$ docker build .
Complete!
Removing intermediate container 85bb626aff58
 ---> e9a30f6992d7
Successfully built e9a30f6992d7

Any ideas?

Thanks,

Christoph


-- 
Christoph Junghans
Web: http://www.compphys.de
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to