diff --git a/other/emscripten/Dockerfile b/other/emscripten/Dockerfile index 112b75672b..adfbdba7e3 100644 --- a/other/emscripten/Dockerfile +++ b/other/emscripten/Dockerfile @@ -34,6 +34,7 @@ RUN . "/work/emsdk/emsdk_env.sh" \ && emconfigure ./configure --disable-shared \ --without-pthreads \ --disable-ssp --disable-asm --disable-pie \ + --host x86_64-linux-gnu \ && emmake make install -j8 # Build an unused libsodium binding first so emcc caches all the system