aocbot container
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 3m6s

This commit is contained in:
Stefan Harmuth 2024-11-30 07:48:36 +01:00
parent 66cf4755b0
commit 218ef1ecd6
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM python:3.12.7-slim-bookworm
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 python3 python3-venv git && \ apt-get -y install python3 python3-venv git inetutils-ping && \
apt-get -y clean && \ apt-get -y clean && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
groupadd -g 1000 aocbot && \ groupadd -g 1000 aocbot && \

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 python3 python3-venv bsdgames bind9-dnsutils irssi less neomutt postfix ssh supervisor tmux vim w3m wget && \ apt-get -y install python3 python3-venv bsdgames bind9-dnsutils inetutils-ping 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 && \