Skip to content

Commit 48c3f99

Browse files
Install tidy on x86_64-gnu-aux target to run html check
1 parent 63862e1 commit 48c3f99

File tree

1 file changed

+2
-1
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-aux

1 file changed

+2
-1
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-aux/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1717
libgl1-mesa-dev \
1818
llvm-dev \
1919
libfreetype6-dev \
20-
libexpat1-dev
20+
libexpat1-dev \
21+
tidy
2122

2223
COPY scripts/sccache.sh /scripts/
2324
RUN sh /scripts/sccache.sh

0 commit comments

Comments
 (0)