aocbot container
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 1m35s

This commit is contained in:
Stefan Harmuth 2024-12-02 08:56:58 +01:00
parent 97dafc7a64
commit 4c1b614cb5

View File

@ -3,7 +3,7 @@ FROM python:3.12.7-slim-bookworm
RUN apt-get update && \
apt-get -y upgrade && \
apt-get -y --purge autoremove && \
apt-get -y install python3 python3-venv python3-tk git inetutils-ping && \
apt-get -y install python3 python3-venv python3-tk git inetutils-ping less && \
apt-get -y clean && \
rm -rf /var/lib/apt/lists/* && \
groupadd -g 1000 aocbot && \