Dockerfile.aarch64 aktualisiert

This commit is contained in:
2026-03-24 14:39:26 +00:00
parent e909046eb1
commit a985148381

View File

@@ -22,7 +22,8 @@ RUN apt update && \
cd ext/restinio && \ cd ext/restinio && \
gem install Mxx_ru && \ gem install Mxx_ru && \
mxxruexternals && \ mxxruexternals && \
cd ../.. cd ../.. && \
./build.sh -c gcc -b release
WORKDIR /app WORKDIR /app