podmanbuilder/README.md
2023-02-28 13:35:06 +05:00

13 lines
297 B
Markdown

## Build latest podman for debian
- Install `docker` and `git`
```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'