zlib dev needed for pyinstaller on arm
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Emil Lerch 2021-01-06 01:08:10 -08:00
parent 8906a22f52
commit 11a7a9ebc7
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -10,6 +10,7 @@ RUN true \
&& apt-get install --no-install-recommends -y \
build-essential=12.6 \
patchelf=0.9* \
zlib1g-dev=1:1.2.11* \
&& pip3 install scons==4.0.1 \
&& pip3 install pyinstaller==4.1 \
patchelf-wrapper==1.2.0 \
@ -23,7 +24,6 @@ RUN true \
&& apt-get update \
&& apt-get install --no-install-recommends -y \
git=1:2.20* \
zlib1g-dev=1:1.2.11* \
&& git clone --depth 1 --single-branch --branch ${PYINSTALLER_TAG} \
https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller \
&& cd /tmp/pyinstaller/bootloader \