Skip to content

Commit 6f1698e

Browse files
committed
Add svg dependency
1 parent c3dc3c9 commit 6f1698e

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apt-get update && \
1313
libgmp-dev \
1414
libgmp10 \
1515
libgmpxx4ldbl \
16+
librsvg2-bin \
1617
openjdk-8-jdk \
1718
pandoc \
1819
python3-minimal \

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,13 @@ The dependencies needed to *build/install* problemtools can be installed with:
207207
208208
And the dependencies needed to *run* problemtools can be installed with:
209209
210-
sudo apt install ghostscript libgmpxx4ldbl pandoc python3-minimal python-pkg-resources python3-plastex python3-yaml texlive-fonts-recommended texlive-lang-cyrillic texlive-latex-extra texlive-plain-generic tidy
210+
sudo apt install ghostscript libgmpxx4ldbl librsvg2-bin pandoc python3-minimal python-pkg-resources python3-plastex python3-yaml texlive-fonts-recommended texlive-lang-cyrillic texlive-latex-extra texlive-plain-generic tidy
211211
212212
### Fedora
213213
214214
On Fedora, these dependencies can be installed with:
215215
216-
sudo dnf install boost-regex gcc gmp-devel gmp-c++ pandoc python3 python3-pyyaml texlive-latex texlive-collection-fontsrecommended texlive-fancyhdr texlive-subfigure texlive-wrapfig texlive-import texlive-ulem texlive-xifthen texlive-overpic texlive-pbox tidy ghostscript
216+
sudo dnf install boost-regex gcc gmp-devel gmp-c++ librsvg pandoc python3 python3-pyyaml texlive-latex texlive-collection-fontsrecommended texlive-fancyhdr texlive-subfigure texlive-wrapfig texlive-import texlive-ulem texlive-xifthen texlive-overpic texlive-pbox tidy ghostscript
217217
218218
Followed by:
219219

admin/docker/Dockerfile.build

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ RUN apt update && \
2525
libgmp-dev \
2626
libgmp10 \
2727
libgmpxx4ldbl \
28+
librsvg2-bin \
29+
pandoc \
2830
python3 \
2931
python3-pytest \
3032
python3-setuptools \

admin/docker/Dockerfile.full

+2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ RUN apt-get update && \
1919
gnustep-devel gnustep gnustep-make gnustep-common gobjc \
2020
libgmp3-dev \
2121
libmozjs-78-dev \
22+
librsvg2-bin \
2223
lua5.4 \
2324
mono-complete \
2425
nodejs \
2526
ocaml-nox \
27+
pandoc \
2628
php-cli \
2729
pypy \
2830
rustc \

admin/docker/Dockerfile.minimal

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN apt update && \
2020
apt install -y \
2121
ghostscript \
2222
libgmpxx4ldbl \
23+
librsvg2-bin \
2324
pandoc \
2425
python-pkg-resources \
2526
python3-minimal \

0 commit comments

Comments
 (0)