This commit is contained in:
jpic 2020-01-28 02:35:00 +01:00
parent 533d26e6cf
commit 8b63b0e510

2
pod.py
View File

@ -16,7 +16,7 @@ podctl = Container(
sh -c "cd setuptools-* && python3.8 setup.py install" sh -c "cd setuptools-* && python3.8 setup.py install"
easy_install-3.8 pip easy_install-3.8 pip
'''), '''),
Copy(['setup.py', 'podctl'], '/app'), Copy('setup.py', 'podctl', '/app'),
Pip('/app', pip='pip3.8'), Pip('/app', pip='pip3.8'),
Config(cmd='podctl', author='jpic'), Config(cmd='podctl', author='jpic'),
Commit('docker.io/yourlabs/podctl'), Commit('docker.io/yourlabs/podctl'),