From ba7aafd464b24a7bd6dc6c12973d882ed4c1492a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Le=C3=9Fmann=20=28=40MarkL4YG=29?= Date: Thu, 9 Jan 2025 12:24:47 +0100 Subject: [PATCH] Include passt dependency (cherry picked from commit e95aee4e920714eda9a5ed97aac5840c8f34a73b) --- docs/hosting-runners-rootless.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hosting-runners-rootless.md b/docs/hosting-runners-rootless.md index 43217cd..b687a0e 100644 --- a/docs/hosting-runners-rootless.md +++ b/docs/hosting-runners-rootless.md @@ -20,7 +20,7 @@ For example on the Hetzner cloud. ```bash # As root, install updates. apt-get update && apt-get upgrade -y -apt install -y systemd-container +apt install -y systemd-container passt ``` ### 2. Install podman (rootless) FROM SOURCE