podmanbuilder/README.md

13 lines
297 B
Markdown
Raw Normal View History

2023-02-28 13:34:12 +05:00
## Build latest podman for debian
2023-02-28 13:35:06 +05:00
- Install `docker` and `git`
2023-02-28 13:34:12 +05:00
```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'
```
2023-02-28 13:35:06 +05:00
- you should have the .deb file in a folder called 'build'