diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 7b367cc..04f7b1f 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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