Skip to content

Commit

Permalink
[IMP] libs svglib & pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocorato committed Aug 7, 2023
1 parent eac48c4 commit 6404201
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 @@ -61,7 +61,9 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
vim \
wget \
xsltproc \
zlib1g-dev && \
zlib1g-dev \
svglib \
pandas && \
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 6404201

Please sign in to comment.