From 65478882919c6bf66f1e997f66b30d22bbac17d2 Mon Sep 17 00:00:00 2001 From: jpic Date: Fri, 31 Jan 2020 20:18:51 +0100 Subject: [PATCH] Fix package name --- pod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod.py b/pod.py index d273b62..5c72982 100644 --- a/pod.py +++ b/pod.py @@ -8,7 +8,7 @@ from podctl import * podctl = Container( Base('quay.io/podman/stable'), - Packages('python38', 'buildah', 'unzip', 'find', mgr='dnf'), + Packages('python38', 'buildah', 'unzip', 'findutils', mgr='dnf'), Run(''' curl -o setuptools.zip https://files.pythonhosted.org/packages/42/3e/2464120172859e5d103e5500315fb5555b1e908c0dacc73d80d35a9480ca/setuptools-45.1.0.zip unzip setuptools.zip