From 536b1df6aaf82dc46f0d155dc12fcaed72c8f1bd Mon Sep 17 00:00:00 2001 From: "Kaley, Fischer" Date: Mon, 22 Apr 2024 12:28:04 +0200 Subject: [PATCH] Update socat/sc/Dockerfile --- socat/sc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socat/sc/Dockerfile b/socat/sc/Dockerfile index a5c8129..e5ca7ab 100644 --- a/socat/sc/Dockerfile +++ b/socat/sc/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && \ RUN \ echo "**** install runtime packages ****" && \ - apt update && apt install -y socat logrotate btop kitty-terminfo neovim netcat-openbsd sudo wget systemctl curl gnupg ca-certificates rsyslog net-tools iputils-ping && \ + apt update && apt install -y socat logrotate btop kitty-terminfo neovim netcat-openbsd wget systemctl curl gnupg ca-certificates rsyslog net-tools iputils-ping && \ rm -rf \ /tmp/* \ $HOME/.cache