diff options
author | Brad King <brad.king@kitware.com> | 2021-04-06 14:49:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-04-06 14:49:39 (GMT) |
commit | be023ff4dbca4f86fc20868ae8bb7b892f40454b (patch) | |
tree | 001cd4c8d6058a03e08c24027f1619a63877b801 /.gitlab/ci/docker/debian10 | |
parent | 8ddbb6851dcbafe2be65549b05d991788179f549 (diff) | |
parent | c6a45968d6d003e97307f464ae5f70383af89ca4 (diff) | |
download | CMake-be023ff4dbca4f86fc20868ae8bb7b892f40454b.zip CMake-be023ff4dbca4f86fc20868ae8bb7b892f40454b.tar.gz CMake-be023ff4dbca4f86fc20868ae8bb7b892f40454b.tar.bz2 |
Merge branch 'backport-ci-linux-updates' into ci-linux-updates
Diffstat (limited to '.gitlab/ci/docker/debian10')
-rwxr-xr-x | .gitlab/ci/docker/debian10/install_deps.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab/ci/docker/debian10/install_deps.sh b/.gitlab/ci/docker/debian10/install_deps.sh index e885ae6..e6c9ba0 100755 --- a/.gitlab/ci/docker/debian10/install_deps.sh +++ b/.gitlab/ci/docker/debian10/install_deps.sh @@ -19,6 +19,10 @@ apt-get install -y \ clang-6.0 \ libncurses6 +# Tools needed for the test suite. +apt-get install -y \ + jq + # Packages needed to test find modules. apt-get install -y \ alsa-utils \ @@ -34,6 +38,7 @@ apt-get install -y \ libbz2-dev \ libcups2-dev \ libcurl4-gnutls-dev \ + libdevil-dev \ libfontconfig1-dev \ libfreetype6-dev \ libgdal-dev \ |