From 84b1230146c5c62d994f89f6de81a0dcabddd67d Mon Sep 17 00:00:00 2001 From: jpic Date: Sat, 24 Apr 2021 10:46:45 +0200 Subject: [PATCH] Build for docker --- shlaxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shlaxfile.py b/shlaxfile.py index 3e019fb..4162b6b 100755 --- a/shlaxfile.py +++ b/shlaxfile.py @@ -11,7 +11,7 @@ shlax = Container( Copy('setup.py', 'shlax', '/app'), Pip('/app'), base='quay.io/podman/stable', - commit='quay.io/yourlabs/shlax', + commit='docker://yourlabs/shlax', ), )