Skip to content

Commit 657d44f

Browse files
added imagemagick to dockerfile
1 parent ffdc8cb commit 657d44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM jupyter/scipy-notebook
33

44
USER root
55

6-
# install vim and a few tex packages for PDF builds
7-
RUN apt-get update && apt-get install -y vim texlive-latex-extra texlive-fonts-extra texlive-xetex latexmk xindy
6+
# install vim and a few packages for PDF builds
7+
RUN apt-get update && apt-get install -y vim texlive-latex-extra texlive-fonts-extra texlive-xetex latexmk xindy imagemagick
88

99
USER ${NB_UID}
1010

0 commit comments

Comments
 (0)