Merge pull request #5651 from simonla82/armSupport
Update Dockerfile to allow build via docker-compose on arm architectures
This commit is contained in:
commit
06044e81c0
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user