Dockerfile.aarch64 aktualisiert

This commit is contained in:
2026-03-24 15:42:12 +00:00
parent 6a85b5e957
commit d5ee1be676

View File

@@ -16,8 +16,8 @@ ENV TZ=${ENV_TZ}
RUN apt update && \ RUN apt update && \
apt install -y 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/hibp && \
cd /app && \ cd /app/hibp && \
git submodule update --init --recursive && \ git submodule update --init --recursive && \
cd ext/restinio && \ cd ext/restinio && \
gem install Mxx_ru && \ gem install Mxx_ru && \