dockerizing

This commit is contained in:
2023-05-02 10:49:04 +02:00
parent 8940810ac6
commit 242bfa6a99
29 changed files with 31 additions and 2582 deletions

View File

@@ -2,9 +2,6 @@ FROM debian:latest
RUN apt-get update && \
apt-get -y install curl && \
curl https://gitea.ds9.dedyn.io/olli/debian.ansible.docker/raw/branch/main/build-debian-env.sh >build-debian-env.sh && \
bash -ex build-debian-env.sh && \
cd / && \
git clone https://gitea.ds9.dedyn.io/olli/dabo.git && \
chmod 555 /dabo/dabo-bot.sh /dabo/analyze.sh
bash -ex build-debian-env.sh
ENV LANG en_US.utf8
ENTRYPOINT ["/dabo/dabo-bot.sh"]