Hi,
   I'm looking for tips on building sssd in a devcontainer.  The simplest naive 
thing:

https://github.com/slominskir/sssd-devcontainer/blob/main/Dockerfile

```Dockerfile
FROM fedora:40

RUN dnf install 'dnf-command(builddep)' tini git -y ; dnf builddep sssd -y

ENTRYPOINT ["/usr/bin/tini", "--"]
CMD ["sleep", "infinity"]
```

Configure step fails with:

checking for CAP... no
configure: error: libcap is missing

Ran with:
docker build . -t dev
docker run --rm --name dev dev
docker exec -it dev bash
cd /opt
git clone https://github.com/SSSD/sssd
cd sssd
autoreconf -if
./configure

Regards,

Ryan
-- 
_______________________________________________
sssd-users mailing list -- sssd-users@lists.fedorahosted.org
To unsubscribe send an email to sssd-users-le...@lists.fedorahosted.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.fedorahosted.org/archives/list/sssd-users@lists.fedorahosted.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to