diff --git a/Dockerfile b/Dockerfile index 3e7c6baef..34ad8f677 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,8 @@ RUN rm -rf /pgadmin4/web/*.log \ WORKDIR /pgadmin4/web # Build the JS vendor code in the app-builder, and then remove the vendor source. -RUN yarn install && \ +RUN export CPPFLAGS="-DPNG_ARM_NEON_OPT=0" && \ + yarn install && \ yarn run bundle && \ rm -rf node_modules \ yarn.lock \