mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-22 09:02:13 +00:00
13 lines
293 B
Markdown
13 lines
293 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 bash -c 'bash /root/podman-build.sh'
|
|
```
|
|
|
|
- you should have the .deb file in a folder called 'build'
|