From d5ee1be6765f7fbedd9af0f2891f2a4361bf2c62 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 24 Mar 2026 15:42:12 +0000 Subject: [PATCH] Dockerfile.aarch64 aktualisiert --- Dockerfile.aarch64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index c7063a0..af6e47f 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -16,8 +16,8 @@ ENV TZ=${ENV_TZ} RUN apt update && \ apt install -y git build-essential cmake curl ninja-build ccache git libcurl4-openssl-dev libevent-dev ruby libtbb-dev && \ - git clone ${BUILD_APP_GIT} /app && \ - cd /app && \ + git clone ${BUILD_APP_GIT} /app/hibp && \ + cd /app/hibp && \ git submodule update --init --recursive && \ cd ext/restinio && \ gem install Mxx_ru && \