about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-04-24 17:25:45 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2021-06-28 18:05:34 +0200
commitaf37ed738a0b9b03c350ef225e9682f486dcbfad (patch)
treecc883cf12506278d20bb3ead54ea5dce66d8428c
parent83a2bc31b9f68d8ba5fe2854bf38df5e564c575b (diff)
downloadrust-af37ed738a0b9b03c350ef225e9682f486dcbfad.tar.gz
rust-af37ed738a0b9b03c350ef225e9682f486dcbfad.zip
Install tidy on x86_64-gnu-aux target to run html check
-rw-r--r--src/ci/docker/host-x86_64/x86_64-gnu-aux/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-aux/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-aux/Dockerfile
index 7f1a5820e22..ee3cd092f4c 100644
--- a/src/ci/docker/host-x86_64/x86_64-gnu-aux/Dockerfile
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-aux/Dockerfile
@@ -17,7 +17,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   libgl1-mesa-dev \
   llvm-dev \
   libfreetype6-dev \
-  libexpat1-dev
+  libexpat1-dev \
+  tidy
 
 COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh