mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-23 00:12:10 +00:00
10 lines
264 B
Markdown
10 lines
264 B
Markdown
|
## 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'
|