1
0
mirror of https://github.com/ciromattia/kcc synced 2026-01-29 08:27:48 +00:00

docker update (#521)

This commit is contained in:
darodi
2023-05-14 17:10:40 +00:00
committed by GitHub
parent 37200bdca0
commit c98d6179c3
5 changed files with 199 additions and 154 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Install python dependencies
run: |
sudo apt-get update
sudo apt-get install -y libpng-dev libjpeg-dev p7zip-full python3-pyqt5 python3-pip squashfs-tools libfuse2
sudo apt-get install -y libpng-dev libjpeg-dev p7zip-full p7zip-rar python3-pyqt5 python3-pip squashfs-tools libfuse2
python -m pip install --upgrade pip setuptools wheel certifi pyinstaller PyQt6 --no-binary pyinstaller
python -m pip install -r requirements.txt
- name: build binary