From ee3858d28ccbd152e484acf4317128c3f154732c Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 28 Feb 2023 13:35:06 +0500 Subject: [PATCH] install --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86d30f5..67c925a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ ## 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' +- you should have the .deb file in a folder called 'build'