From 8544a76bf2bb562f8a36e3ac280ddb312649fd7e Mon Sep 17 00:00:00 2001 From: jpic Date: Sat, 24 Apr 2021 12:48:17 +0200 Subject: [PATCH] Install CLI dependencies --- shlaxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shlaxfile.py b/shlaxfile.py index e37f165..9eedc74 100755 --- a/shlaxfile.py +++ b/shlaxfile.py @@ -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', ),