slow runs it is
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-10-23 19:12:40 +02:00
parent ed89a5f8cf
commit f1d5f288f9
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ ENV SEARCHDIR /data
ENV CHARTDIR /chart
ENV TEXTDIR /text
RUN apt update && apt install -y python3-matplotlib && apt clean && pip3 install --no-cache-dir sentry_sdk
COPY requirements.txt .
RUN pip3 install --no-cache-dir -r requirements.txt && rm requirements.txt
COPY make_graphs.py .