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

This commit is contained in:
Stefan Harmuth 2024-11-30 07:19:55 +01:00
parent 6f4ae33a73
commit 66cf4755b0

View File

@ -5,6 +5,7 @@ RUN apt-get update && \
apt-get -y --purge autoremove && \
apt-get -y install python3 python3-venv git && \
apt-get -y clean && \
rm -rf /var/lib/apt/lists/* && \
groupadd -g 1000 aocbot && \
useradd -d /opt/aocbot -s /bin/bash -u 1000 -g 1000 aocbot && \
git clone https://git.domainforge.de/pennywise/aocbot.git /opt/aocbot && \