mirror of
https://github.com/morten-olsen/node-latex.git
synced 2026-02-08 01:16:24 +01:00
3 lines
59 B
Docker
3 lines
59 B
Docker
FROM node
|
|
RUN apt-get update && apt-get install -y texlive
|