Package mgr detection works fine now

This commit is contained in:
jpic 2020-02-13 14:46:23 +01:00
parent 7926bd6a2e
commit 5f740f3e72

2
pod.py
View File

@ -8,7 +8,7 @@ from podctl import *
podctl = Container( podctl = Container(
Base('quay.io/podman/stable'), Base('quay.io/podman/stable'),
Packages('python38', 'buildah', 'unzip', 'findutils', mgr='dnf'), Packages('python38', 'buildah', 'unzip', 'findutils'),
Run(''' Run('''
curl -o setuptools.zip https://files.pythonhosted.org/packages/42/3e/2464120172859e5d103e5500315fb5555b1e908c0dacc73d80d35a9480ca/setuptools-45.1.0.zip curl -o setuptools.zip https://files.pythonhosted.org/packages/42/3e/2464120172859e5d103e5500315fb5555b1e908c0dacc73d80d35a9480ca/setuptools-45.1.0.zip
unzip setuptools.zip unzip setuptools.zip