diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-04-24 17:25:45 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-06-28 18:05:34 +0200 |
| commit | af37ed738a0b9b03c350ef225e9682f486dcbfad (patch) | |
| tree | cc883cf12506278d20bb3ead54ea5dce66d8428c | |
| parent | 83a2bc31b9f68d8ba5fe2854bf38df5e564c575b (diff) | |
| download | rust-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/Dockerfile | 3 |
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 |
