From 2052d04e0fca86645dbee823069fe920c0136902 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 24 Mar 2026 14:39:26 +0000 Subject: [PATCH] Dockerfile.aarch64 aktualisiert --- Dockerfile.aarch64 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 7b367cc..04f7b1f 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -22,7 +22,8 @@ RUN apt update && \ cd ext/restinio && \ gem install Mxx_ru && \ mxxruexternals && \ - cd ../.. + cd ../.. && \ + ./build.sh -c gcc -b release WORKDIR /app