From c9cf635229fc68060161db4c038345ca5ee6c98c Mon Sep 17 00:00:00 2001 From: Paweł Jastrzębski Date: Thu, 18 Feb 2016 12:21:21 +0100 Subject: Overhauled Linux build environment --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 35c6dce..e6d68c8 100755 --- a/setup.py +++ b/setup.py @@ -90,8 +90,7 @@ class BuildBinaryCommand(distutils.cmd.Command): os.system("bash -c '%s'" % script) exit(0) else: - os.system('docker build --no-cache -t kcc . && docker run --rm -v ' + os.getcwd() + - ':/out kcc && docker rmi kcc') + os.system('docker run --rm -v ' + os.getcwd() + ':/app -e KCCVER=' + VERSION + ' acidweb/kcc') exit(0) -- cgit 1.4.1