From 2cd8b13c1dd0b7d5a7e1a26b8a0346808a6b4d3d Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 1 Jul 2024 20:07:21 +0200 Subject: [PATCH] build: Use ninja to build web version --- dist/web/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 <