Dockerfile.aarch64 aktualisiert

This commit is contained in:
2026-03-25 10:05:59 +00:00
parent a985148381
commit a18ebec833
+2 -1
View File
@@ -23,7 +23,8 @@ RUN apt update && \
gem install Mxx_ru && \
mxxruexternals && \
cd ../.. && \
./build.sh -c gcc -b release
./build.sh -c gcc -b release && \
apt remove -y --purge git build-essential cmake curl ninja-build ccache git libcurl4-openssl-dev libevent-dev ruby libtbb-dev
WORKDIR /app