summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Scherer <scherer_stefan@icloud.com>2019-09-21 17:40:58 +0200
committerStefan Scherer <stefan.scherer@docker.com>2019-10-09 09:11:29 +0200
commit79f29dda2370b7eec9942405d45541f1f569d0f9 (patch)
tree9790d75b08db53a4acaf4773425df6037c86799b
parent717284991307dbce9c0ca9c1693f3329493398bb (diff)
Add dependencies for ARM build
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
-rw-r--r--Dockerfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index a5398413..64de7789 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,15 +30,18 @@ RUN apk add --no-cache \
ENV BUILD_BOOTLOADER=1
FROM python:${PYTHON_VERSION}-${BUILD_DEBIAN_VERSION} AS build-debian
-RUN apt-get update && apt-get install -y \
+RUN apt-get update && apt-get install --no-install-recommends -y \
curl \
gcc \
git \
libc-dev \
+ libffi-dev \
libgcc-6-dev \
+ libssl-dev \
make \
openssl \
- python2.7-dev
+ python2.7-dev \
+ zlib1g-dev
FROM build-${BUILD_PLATFORM} AS build
COPY docker-compose-entrypoint.sh /usr/local/bin/