mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-07-25 07:31:48 +00:00
hopefully fix #78
This commit is contained in:
@@ -7,6 +7,8 @@ RUN pip install --user -r requirements.txt
|
||||
|
||||
FROM python:3.9-slim
|
||||
|
||||
ENV MPLBACKEND=Agg
|
||||
|
||||
COPY --from=builder /root/.local /root/.local
|
||||
RUN pip install --no-cache-dir black
|
||||
|
||||
|
Reference in New Issue
Block a user