From 77442d17dcd71189fa811916b0c93fa20a519e05 Mon Sep 17 00:00:00 2001 From: Stefan Harmuth Date: Sun, 2 Jun 2024 14:59:04 +0200 Subject: [PATCH] hosting the jump creating users; finetuning --- jumphost/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jumphost/Dockerfile b/jumphost/Dockerfile index a20860d..f8a489c 100644 --- a/jumphost/Dockerfile +++ b/jumphost/Dockerfile @@ -7,8 +7,10 @@ COPY supervisord.conf /etc/supervisord.conf RUN apt-get update && \ apt-get -y upgrade && \ apt-get -y --purge autoremove && \ - apt-get -y install wget python3 python3-venv irssi neomutt ssh supervisor tmux vim && \ + apt-get -y install wget python3 python3-venv bind9-dnsutils irssi neomutt ssh supervisor tmux vim w3m && \ apt-get -y clean && \ + sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.grn && \ + locale-gen && \ touch /var/log/supervisord.log && \ mkdir /var/run/sshd && \ chmod a+x /*.sh