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

This commit is contained in:
Stefan Harmuth 2024-11-30 06:52:59 +01:00
parent 7f2571293d
commit 807f291694

View File

@ -6,7 +6,7 @@ RUN apt-get update && \
apt-get -y install python3 python3-venv git && \
apt-get -y clean && \
groupadd -g 1000 aocbot && \
useradd -d /opt/aocbot -m -s /bin/bash -u 1000 -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 && \
python3 -m venv /opt/venv && \
/opt/venv/bin/pip install -r /opt/aocbot/requirements.txt && \