From 0bb8cc46b4e53c884aa8d524f46ed119f940fed8 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Thu, 7 Jul 2022 12:47:12 +0200 Subject: build nyx in docker --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6246148f..6c97f440 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,8 @@ RUN apt-get update && \ libglib2.0-dev \ wget vim jupp nano bash-completion less \ apt-utils apt-transport-https ca-certificates gnupg dialog \ - joe vim ssh \ + joe vim ssh psmisc \ + cargo libgtk-3-dev \ libpixman-1-dev \ gnuplot-nox \ && rm -rf /var/lib/apt/lists/* -- cgit 1.4.1