diff options
| author | Paweł Jastrzębski <[email protected]> | 2017-08-19 20:26:18 +0200 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2017-08-19 20:26:18 +0200 |
| commit | 437ffb9b10cf461812640ecca96aae3b11216443 (patch) | |
| tree | a5b6b0d01f129713082d16ef90fc9a7010998742 | |
| parent | Cleaned profile list (diff) | |
| download | kcc-437ffb9b10cf461812640ecca96aae3b11216443.tar.gz kcc-437ffb9b10cf461812640ecca96aae3b11216443.tar.bz2 kcc-437ffb9b10cf461812640ecca96aae3b11216443.zip | |
Updated Docker recipe
| -rwxr-xr-x | docker/Build | 2 |
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 |