From 14fe7ea59274281c137201d41f5daa870c2f3f70 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sun, 13 Aug 2023 11:12:39 -0600 Subject: [PATCH] try and fix arm pip install --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ea978e8..fda6c90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN set -x && \ TEMP_PACKAGES+=(build-essential) && \ TEMP_PACKAGES+=(gcc) && \ TEMP_PACKAGES+=(make) && \ + TEMP_PACKAGES+=(python3-dev) && \ apt-get update && \ apt-get install -y --no-install-recommends \ "${KEPT_PACKAGES[@]}" \