Install CLI dependencies
This commit is contained in:
parent
7467f79bd9
commit
8544a76bf2
@ -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',
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user