Skip to content

Commit

Permalink
Docker arm64 needs to build pycairo; add its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 10, 2023
1 parent 731b2fc commit de909fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libffi-dev \
ca-certificates \
curl \
git
git \
libcairo2-dev \
pkg-config

# Get the latest pip (Ubuntu version doesn't support manylinux2010)
RUN \
Expand Down

0 comments on commit de909fb

Please sign in to comment.