Dockerfile.aarch64 aktualisiert

This commit is contained in:
2026-03-24 14:34:37 +00:00
parent ae47e23c52
commit d27108d7e6

View File

@@ -15,7 +15,7 @@ LABEL org.opencontainers.image.title="${BUILD_APP_NAME}"
ENV TZ=${ENV_TZ} ENV TZ=${ENV_TZ}
RUN apt update && \ RUN apt update && \
apt install git build-essential cmake curl ninja-build ccache git libcurl4-openssl-dev libevent-dev ruby libtbb-dev && \ 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 && \ git clone ${BUILD_APP_GIT} /app && \
cd /app && \ cd /app && \
git submodule update --init --recursive && \ git submodule update --init --recursive && \