about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2017-08-19 20:26:18 +0200
committerPaweł Jastrzębski <[email protected]>2017-08-19 20:26:18 +0200
commit437ffb9b10cf461812640ecca96aae3b11216443 (patch)
treea5b6b0d01f129713082d16ef90fc9a7010998742
parentCleaned profile list (diff)
downloadkcc-437ffb9b10cf461812640ecca96aae3b11216443.tar.gz
kcc-437ffb9b10cf461812640ecca96aae3b11216443.tar.bz2
kcc-437ffb9b10cf461812640ecca96aae3b11216443.zip
Updated Docker recipe
-rwxr-xr-xdocker/Build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Build b/docker/Build
index 6135fb9..53ca557 100755
--- a/docker/Build
+++ b/docker/Build
@@ -2,7 +2,7 @@
 set -e
 
 pip3 install --upgrade pip setuptools wheel
-pip3 install pillow python-slugify psutil pyinstaller raven pyqt5 certifi
+pip3 install pillow python-slugify psutil raven pyqt5 certifi https://github.com/pyinstaller/pyinstaller/archive/develop.zip
 gem install fpm
 
 cd /app