From b77f581cbc5a613ec9e7e2d44bd24d70b272c54e Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 12 Jul 2021 09:18:43 +0200 Subject: [PATCH] Update Dockerfile --- images/build-deps/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/build-deps/Dockerfile b/images/build-deps/Dockerfile index 62f53af..ab9050d 100644 --- a/images/build-deps/Dockerfile +++ b/images/build-deps/Dockerfile @@ -25,7 +25,7 @@ RUN wget https://chromium.googlesource.com/chromium/src/+/refs/tags/$VERSION/bui sed -i 's/snapcraft/wget/' install-build-deps.sh && \ chmod +x ./install-build-deps.sh && \ chmod +x ./install-build-deps-android.sh && \ - sudo ./install-build-deps.sh --no-prompt --lib32 && \ + sudo ./install-build-deps.sh --no-prompt --lib32 --no-chromeos-fonts && \ sudo ./install-build-deps-android.sh --no-prompt