Loading python/deployment/pyinstaller.yml +2 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,8 @@ python:pyinstaller:linux: if command -v apk > /dev/null; then apk add -q binutils upx elif command -v apt-get > /dev/null;then apt-get update -qq && apt-get install -qqy binutils upx echo "deb http://deb.debian.org/debian/ bullseye main" >> /etc/apt/sources.list apt-get update -qq && apt-get install -qqy binutils && apt-get install -qqy -t bullseye upx else echo "[!] Can't install binutils and upx because neither apk nor apt-get is available. The job will probably fail." fi Loading Loading
python/deployment/pyinstaller.yml +2 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,8 @@ python:pyinstaller:linux: if command -v apk > /dev/null; then apk add -q binutils upx elif command -v apt-get > /dev/null;then apt-get update -qq && apt-get install -qqy binutils upx echo "deb http://deb.debian.org/debian/ bullseye main" >> /etc/apt/sources.list apt-get update -qq && apt-get install -qqy binutils && apt-get install -qqy -t bullseye upx else echo "[!] Can't install binutils and upx because neither apk nor apt-get is available. The job will probably fail." fi Loading