mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Installed ghostscript in the docker image (#2746)
* Configure ghostscript in the docker image * removed setting LIBGS Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
This commit is contained in:
parent
bdf7b73ce1
commit
adf3e20ea8
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ RUN apt-get update -qq \
|
|||
freeglut3-dev \
|
||||
pkg-config \
|
||||
make \
|
||||
wget
|
||||
wget \
|
||||
ghostscript
|
||||
|
||||
# setup a minimal texlive installation
|
||||
COPY docker/texlive-profile.txt /tmp/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue