Dockerfile.aarch64 aktualisiert

This commit is contained in:
2026-03-24 14:39:26 +00:00
parent d27108d7e6
commit 2052d04e0f

View File

@@ -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