From b0e4358d32defc8ae0078fb69455e643da1b8a47 Mon Sep 17 00:00:00 2001 From: aptalca Date: Fri, 4 Feb 2022 13:35:13 -0500 Subject: [PATCH] forgot the env args for grpcio --- Dockerfile.armhf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index d3be59b..8dc241b 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -11,6 +11,12 @@ LABEL maintainer="saarg, roxedus" # environment settings ENV PIPFLAGS="--no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ --find-links https://wheel-index.linuxserver.io/homeassistant/" PYTHONPATH="${PYTHONPATH}:/pip-packages" +# necessary args to compile grpcio on arm32v7 +ARG GRPC_BUILD_WITH_BORING_SSL_ASM=false +ARG GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=true +ARG GRPC_PYTHON_BUILD_WITH_CYTHON=true +ARG GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY=true + # copy local files COPY root/ /