Fixed docker stuff to work

This commit is contained in:
2022-10-03 04:39:00 +02:00
parent 676d718fc2
commit 1a8c74d9e0
6 changed files with 66 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.10
FROM python:3.10.7-buster
WORKDIR /app
COPY ./dist/bot/build/ .
@@ -8,6 +8,8 @@ RUN pip install cpl-core --extra-index-url https://pip.sh-edraft.de
RUN pip install cpl-discord --extra-index-url https://pip.sh-edraft.de
RUN pip install cpl-query --extra-index-url https://pip.sh-edraft.de
RUN pip install cpl-translation --extra-index-url https://pip.sh-edraft.de
RUN apt-get update -y
RUN apt-get install nano -y
ENV KDB_TOKEN=""
ENV KDB_PREFIX="!kdb "