summaryrefslogtreecommitdiff
path: root/docker/debian
Commit message (Collapse)AuthorAgeFilesLines
* Add make to Dockerfile and sort packages.Todd C. Miller2023-04-082-10/+8
|
* Newer Debian/Ubuntu uses libsepol-dev not libsepol1-dev.Todd C. Miller2022-05-271-1/+1
|
* Add libapparmor-dev to the Debian and Ubuntu Dockerfileskernelmethod2022-05-222-0/+2
| | | | | Install libapparmor-dev on Debian- and Ubuntu-based Docker images so that they can build sudo with AppArmor support.
* Add libwolfssl-dev to Debian and Ubuntu DockerfilesTodd C. Miller2021-10-262-2/+2
| | | | Fedora does not appear to have an official wolfssl package.
* Add pkg-config to all DockerfileTodd C. Miller2021-10-252-2/+2
|
* Add build user for circleci instead of running as root.Todd C. Miller2021-10-042-0/+2
|
* Use circleci for continuous integegration.Todd C. Miller2021-10-042-0/+16
Build container descriptions are in the new docker directory.