Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
#8077 - Add required Debian dependencies to allow docker builds on th…
Browse files Browse the repository at this point in the history
…e arm platform.

Add changlog entry.

Signed-off-by: Christopher May-Townsend <chris@maytownsend.co.uk>
  • Loading branch information
maquis196 committed Aug 26, 2020
1 parent 4c6c56d commit 43f5ce4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/8144.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added extra Debian devel packages to allow docker builds on the arm platform. Contributed by @maquis196.
8 changes: 6 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ ARG PYTHON_VERSION=3.7
FROM docker.io/python:${PYTHON_VERSION}-slim as builder

# install the OS build deps


RUN apt-get update && apt-get install -y \
build-essential \
libffi-dev \
libjpeg-dev \
libpq-dev \
libssl-dev \
libxml++2.6-dev \
libxslt1-dev \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*

# Build dependencies that are not available as wheels, to speed up rebuilds
Expand Down

0 comments on commit 43f5ce4

Please sign in to comment.