From a0ad69f3f1db66f56764a07db4966b7aa240b342 Mon Sep 17 00:00:00 2001 From: Stefan Harmuth Date: Sun, 2 Jun 2024 15:06:44 +0200 Subject: [PATCH] hosting the jump creating users; finetuning --- jumphost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jumphost/Dockerfile b/jumphost/Dockerfile index f8a489c..202dfd0 100644 --- a/jumphost/Dockerfile +++ b/jumphost/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && \ apt-get -y --purge autoremove && \ 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 && \ + sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \ locale-gen && \ touch /var/log/supervisord.log && \ mkdir /var/run/sshd && \