1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00

hopefully fix #78

This commit is contained in:
Anson Biggs 2021-11-05 23:54:26 -07:00
parent 9d510fc104
commit 4f7aff9db2
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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