This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e45c25  HDDS-11602. Install ncurses to get the tput command (#29)
2e45c25 is described below

commit 2e45c2508e0430d4331098fde9d53e224546a540
Author: ptlrs <[email protected]>
AuthorDate: Tue Oct 22 10:10:48 2024 -0700

    HDDS-11602. Install ncurses to get the tput command (#29)
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index a77f277..5388df6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -42,6 +42,7 @@ RUN set -eux ; \
       jq \
       krb5-workstation \
       lsof \
+      ncurses \
       net-tools \
       nmap-ncat \
       openssl \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to