rattrapage

This commit is contained in:
Milka64 2023-12-27 16:54:31 +01:00
parent a046a4d55f
commit ff98d6b453
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,8 @@ ENV CONFIG_FILE=/data/config.ini
COPY kabot ./
COPY config.ini.sample /data/config.ini
COPY entrypoint.sh /
RUN apt update && apt install -y ffmpeg
RUN apt clean
RUN pip install --no-cache-dir /usr/src/kabot/
CMD [ "/entrypoint.sh" ]