From 5682793baba01a0411a9d9325c38ea159e8abea1 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 21 Dec 2023 14:47:29 +0100 Subject: [PATCH] need libffi-dev for aarch64 building --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 23bf58e..d69fcaa 100644 --- a/Containerfile +++ b/Containerfile @@ -11,6 +11,7 @@ RUN apk add --no-cache \ gfortran \ cmake \ openblas-dev \ + libffi-dev \ linux-headers ENV VERSION=v2.1.3