Merge pull request #5651 from simonla82/armSupport

Update Dockerfile to allow build via docker-compose on arm architectures
This commit is contained in:
Finn Stutzenstein 2020-10-29 07:56:36 +01:00 committed by GitHub
commit 06044e81c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ RUN apt-get -y update && apt-get -y upgrade && \
rsync \
wait-for-it \
wget \
xz-utils
xz-utils \
zlib1g-dev \
libffi-dev # install of zlib1g-dev and libffi-dev is required on armhf architectures
# Install additional tools
RUN apt-get install --no-install-recommends -y \