Install CLI dependencies

This commit is contained in:
jpic
2021-04-24 13:12:19 +02:00
parent 7467f79bd9
commit 8544a76bf2
+1 -1
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',
),