mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-03-24 06:05:19 +01:00
commit
5881090f68
16
texlive/Dockerfile
Normal file
16
texlive/Dockerfile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# TeX Live and biber
|
||||||
|
#
|
||||||
|
# Example usage:
|
||||||
|
# docker run -it -w '/mnt' -v `pwd`:/mnt texlive /bin/bash -c './compile.sh'
|
||||||
|
#
|
||||||
|
# Example use case:
|
||||||
|
# https://github.com/andygrunwald/FOM-LaTeX-Template
|
||||||
|
|
||||||
|
FROM debian:jessie
|
||||||
|
MAINTAINER Christian Koep <christian.koep@fom-net.de>
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
texlive-full \
|
||||||
|
biber \
|
||||||
|
--no-install-recommends \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
Loading…
x
Reference in New Issue
Block a user