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