diff options
| author | Paweł Jastrzębski <[email protected]> | 2016-05-11 12:09:26 +0200 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2016-05-11 12:15:56 +0200 |
| commit | 9dee4432ad7e51601d911f3fc66d24875d95af29 (patch) | |
| tree | 94b62dd2b02beaa47d1172702a3b3744f093d9ad | |
| parent | Added missing Docker recipe (diff) | |
| download | kcc-9dee4432ad7e51601d911f3fc66d24875d95af29.tar.gz kcc-9dee4432ad7e51601d911f3fc66d24875d95af29.tar.bz2 kcc-9dee4432ad7e51601d911f3fc66d24875d95af29.zip | |
Updated Docker recipe
| -rwxr-xr-x[-rw-r--r--] | docker/Build | 2 |
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 |