missing packages in jumphost container

This commit is contained in:
Stefan Harmuth 2024-11-30 06:28:49 +01:00
parent 4a1e57a9b3
commit a7d7ee73bb

View File

@ -7,7 +7,7 @@ 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 bsdgames bind9-dnsutils irssi neomutt ssh supervisor tmux vim w3m && \ apt-get -y install python3 python3-venv bsdgames bind9-dnsutils irssi less neomutt postfix ssh supervisor tmux vim w3m wget && \
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.gen && \ sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
locale-gen && \ locale-gen && \