diff --git a/Dockerfile b/Dockerfile index 85f55a3..f7146d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN \ cd /tmp && \ tar -xf resynth.tar.gz && \ cd resynthesizer-* && \ - meson setup resynthesizerBuild && \ + meson setup resynthesizerBuild -Dinstall-translations=false && \ cd resynthesizerBuild && \ meson compile --verbose -j $(nproc) && \ DESTDIR=/buildout meson install && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 4292966..436f228 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -21,7 +21,7 @@ RUN \ cd /tmp && \ tar -xf resynth.tar.gz && \ cd resynthesizer-* && \ - meson setup resynthesizerBuild && \ + meson setup resynthesizerBuild -Dinstall-translations=false && \ cd resynthesizerBuild && \ meson compile --verbose -j $(nproc) && \ DESTDIR=/buildout meson install && \