From: Magnus Jacobsson Date: Sat, 4 Apr 2020 14:15:51 +0000 (+0200) Subject: Add ksh to Ubuntu 18.04 & 19.10 Dockerfiles. Needed for rtest X-Git-Tag: 2.44.1~19^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c4af0576ad1dacdebbdea529bb5c18ca218716b;p=graphviz Add ksh to Ubuntu 18.04 & 19.10 Dockerfiles. Needed for rtest --- diff --git a/ci/ubuntu-18.04/Dockerfile b/ci/ubuntu-18.04/Dockerfile index 5a7d62538..77e9a4805 100644 --- a/ci/ubuntu-18.04/Dockerfile +++ b/ci/ubuntu-18.04/Dockerfile @@ -78,5 +78,6 @@ tcl-dev \ # Test utilities python-pytest \ python3-pytest \ +ksh \ # Clean up && rm -rf /var/lib/apt/lists/* diff --git a/ci/ubuntu-19.10/Dockerfile b/ci/ubuntu-19.10/Dockerfile index 6d9de6b8b..bd913655a 100644 --- a/ci/ubuntu-19.10/Dockerfile +++ b/ci/ubuntu-19.10/Dockerfile @@ -78,5 +78,6 @@ tcl-dev \ # Test utilities python-pytest \ python3-pytest \ +ksh \ # Clean up && rm -rf /var/lib/apt/lists/*