diff options
| author | h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com> | 2021-08-06 01:36:23 +0200 |
|---|---|---|
| committer | h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com> | 2021-08-06 01:48:06 +0200 |
| commit | ed2a637ce3f94b16773fd61c362e72452f5eb9d2 (patch) | |
| tree | 7820d79ef18178744fc3cb2847bcb656afa3a1f9 /deployment/Dockerfile.linux.armhf | |
| parent | ea798de61fc374438309cddb2cd4c3f066246570 (diff) | |
fix missing build dependencies
needed by the build sh-scripts
Diffstat (limited to 'deployment/Dockerfile.linux.armhf')
| -rw-r--r-- | deployment/Dockerfile.linux.armhf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.linux.armhf b/deployment/Dockerfile.linux.armhf index 4a170ce56..49e1c7bbf 100644 --- a/deployment/Dockerfile.linux.armhf +++ b/deployment/Dockerfile.linux.armhf @@ -12,7 +12,7 @@ ENV IS_DOCKER=YES # Prepare Debian build environment RUN apt-get update -yqq \ && apt-get install -yqq --no-install-recommends \ - apt-transport-https debhelper gnupg devscripts \ + apt-transport-https debhelper gnupg devscripts unzip \ mmv libcurl4-openssl-dev libfontconfig1-dev \ libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 |
