podmanbuilder/README.md

10 lines
264 B
Markdown
Raw Normal View History

2023-02-28 13:34:12 +05:00
## Build latest podman for debian
```bash
git clone git@gitlab.com:alliedmaldives/ops/podmanbuilder.git
cd podmanbuilder
docker compose run --rm podman-builder /bin/bash -c 'bash /root/buildscript.sh'
```
you should have the .deb file in a folder called 'build'