This commit is contained in:
parent
ed89a5f8cf
commit
f1d5f288f9
@ -10,7 +10,8 @@ ENV SEARCHDIR /data
|
|||||||
ENV CHARTDIR /chart
|
ENV CHARTDIR /chart
|
||||||
ENV TEXTDIR /text
|
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 .
|
COPY make_graphs.py .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user