diff options
| author | Théo Zimmermann | 2020-05-24 15:41:06 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-05-26 12:23:56 +0200 |
| commit | 19d5ebc6477686d2c57d44a08c5d200cc74db931 (patch) | |
| tree | 935479acb92a4bbfa3fcd32b78ffce6a8ca20f1a /dev/ci/docker | |
| parent | 8b3ce7442dcbcdf3d6b43efd0360ead334819913 (diff) | |
Fix #12280: do not use xindy to avoid build failures on some machines.
Diffstat (limited to 'dev/ci/docker')
| -rw-r--r-- | dev/ci/docker/bionic_coq/Dockerfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev/ci/docker/bionic_coq/Dockerfile b/dev/ci/docker/bionic_coq/Dockerfile index 0d2f1dfbc7..8c5696f4f9 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -1,4 +1,4 @@ -# CACHEKEY: "bionic_coq-V2020-05-19-V33" +# CACHEKEY: "bionic_coq-V2020-05-24-V1" # ^^ Update when modifying this file. FROM ubuntu:bionic @@ -13,8 +13,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -y -qq \ libgtksourceview-3.0-dev \ # Dependencies of stdlib and sphinx doc texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk \ - xindy python3-pip python3-setuptools python3-pexpect python3-bs4 \ - fonts-freefont-otf \ + python3-pip python3-setuptools python3-pexpect python3-bs4 fonts-freefont-otf \ # Dependencies of source-doc and coq-makefile texlive-science tipa |
