hosting the jump creating users; finetuning
Some checks failed
Build OCI Containers / Build Containers (push) Failing after 1m20s

This commit is contained in:
Stefan Harmuth 2024-06-02 14:59:04 +02:00
parent decffadac5
commit 77442d17dc

View File

@ -7,8 +7,10 @@ COPY supervisord.conf /etc/supervisord.conf
RUN apt-get update && \ RUN apt-get update && \
apt-get -y upgrade && \ apt-get -y upgrade && \
apt-get -y --purge autoremove && \ 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 && \ 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 && \ touch /var/log/supervisord.log && \
mkdir /var/run/sshd && \ mkdir /var/run/sshd && \
chmod a+x /*.sh chmod a+x /*.sh