about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2016-05-11 12:09:26 +0200
committerPaweł Jastrzębski <[email protected]>2016-05-11 12:15:56 +0200
commit9dee4432ad7e51601d911f3fc66d24875d95af29 (patch)
tree94b62dd2b02beaa47d1172702a3b3744f093d9ad
parentAdded missing Docker recipe (diff)
downloadkcc-9dee4432ad7e51601d911f3fc66d24875d95af29.tar.gz
kcc-9dee4432ad7e51601d911f3fc66d24875d95af29.tar.bz2
kcc-9dee4432ad7e51601d911f3fc66d24875d95af29.zip
Updated Docker recipe
-rwxr-xr-x[-rw-r--r--]docker/Build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Build b/docker/Build
index adb90a9..67c7b7f 100644..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
+pip3 install pillow python-slugify psutil pyinstaller==3.1.1 raven pyqt5 certifi
 gem install fpm
 
 cd /app