From 4f682a772cae797017ff523db7b36a2992cac212 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Sun, 4 Dec 2022 00:07:32 +1100 Subject: [PATCH] remove-gotty --- docker/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 8891019..4767357 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -247,10 +247,6 @@ RUN wget -q -O gotop.deb https://github.com/cjbassi/gotop/releases/download/3.0. dpkg -i gotop.deb && \ rm gotop.deb -# Install gotty -RUN curl -fsSL https://github.com/yudai/gotty/releases/download/v2.0.0-alpha.3/gotty_2.0.0-alpha.3_linux_amd64.tar.gz | \ - tar -C /usr/local/bin -xzf - - # Install helm RUN curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash