diff --git a/dist/web/Dockerfile b/dist/web/Dockerfile index a8198a23d..88de507ee 100644 --- a/dist/web/Dockerfile +++ b/dist/web/Dockerfile @@ -5,7 +5,7 @@ FROM emscripten/emsdk:3.1.51 as build ARG UNIQUEKEY 1 RUN apt update -RUN apt install -y git ccache autoconf automake libtool cmake pkg-config +RUN apt install -y git ccache autoconf automake libtool cmake pkg-config ninja-build RUN <