Skip to content

Commit

Permalink
[IMP] matplotlib
Browse files Browse the repository at this point in the history
openpyxl
  • Loading branch information
sergiocorato committed Aug 8, 2023
1 parent 6404201 commit 0f2a2e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
xsltproc \
zlib1g-dev \
svglib \
pandas && \
pandas \
matplotlib \
openpyxl && \
rm -rf /var/lib/apt/lists/*

RUN curl -L https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz -o /tmp/Python-${PYTHON_VERSION}.tgz && \
Expand Down

0 comments on commit 0f2a2e8

Please sign in to comment.