Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions projects/tidy-html5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Loading