QOL Updates

This commit is contained in:
Marco Thomas
2021-03-03 17:44:47 +01:00
parent e14a1ef2a3
commit 87bce0be57
12 changed files with 24 additions and 104 deletions

View File

@@ -3,9 +3,9 @@ FROM python:3.8-alpine
WORKDIR /data
COPY . /data
RUN apk add .build-deps gcc libc-dev \
apk add ffmpeg \
&& python3 -m pip install -r requirements.txt
RUN apk add gcc libc-dev \
&& python3 -m pip install -r requirements.txt \
&& apk del gcc libc-dev
ENV PREFIX /data
ENV TOKEN /data