Install CLI dependencies

This commit is contained in:
jpic 2021-04-24 12:48:17 +02:00
parent 7467f79bd9
commit 8544a76bf2

View File

@ -9,7 +9,7 @@ shlax = Container(
build=Buildah(
Packages('python38', 'buildah', 'unzip', 'findutils', upgrade=False),
Copy('setup.py', 'shlax', '/app'),
Pip('/app'),
Pip('/app[cli]'),
base='quay.io/podman/stable',
commit='docker://docker.io/yourlabs/shlax',
),