From 47c4e153951d79d4f06351753fa53f9bb4464b22 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Sun, 8 Feb 2026 11:37:54 +0000 Subject: [PATCH] tidy-html5: fix build Removed ruby-full from the Dockerfile and adjusted the installation command. --- projects/tidy-html5/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/tidy-html5/Dockerfile b/projects/tidy-html5/Dockerfile index 9790ac160fda..9d7ca5f45a1f 100644 --- a/projects/tidy-html5/Dockerfile +++ b/projects/tidy-html5/Dockerfile @@ -18,11 +18,10 @@ FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04 RUN apt-get update && \ apt-get install -y --no-install-recommends \ - cmake ninja-build ruby-full && \ + cmake ninja-build && \ apt-get clean RUN git clone -b next --single-branch \ https://github.com/htacg/tidy-html5.git tidy-html5 WORKDIR tidy-html5 -RUN cd regression_testing && bundle2.7 install COPY *.sh *.c *.h *.options $SRC/