aocbot container
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 1m35s
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 1m35s
This commit is contained in:
parent
97dafc7a64
commit
4c1b614cb5
@ -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 && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user