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