Fixes20200802 (#49)

* reorder build to start longer running builds earlier
* hyperion: add zlib
This commit is contained in:
Arne Petersen
2020-08-02 13:03:59 +02:00
committed by GitHub
parent 1171016b04
commit e86372ff72
5 changed files with 24 additions and 14 deletions

View File

@@ -20,6 +20,7 @@ RUN apt-get update \
libqt5gui5=5.11.3+dfsg1-1+deb10u3 \
libqt5core5a=5.11.3+dfsg1-1+deb10u3 \
libusb-1.0=2:1.0.22-2 \
zlib1g-dev=1:1.2.11.dfsg-1 \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="Linux-x86_64"; fi \
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="Linux-aarch64"; fi \
&& curl -fsSL https://github.com/hyperion-project/hyperion.ng/releases/download/${RELEASE}/Hyperion-${RELEASE}-${ARCH}.deb > /tmp/Hyperion-${RELEASE}-${ARCH}.deb \