hosting the jump creating users; finetuning
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 1m51s

This commit is contained in:
Stefan Harmuth 2024-06-02 15:06:44 +02:00
parent 77442d17dc
commit a0ad69f3f1

View File

@ -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 && \