mirror of
https://github.com/strongdm/comply
synced 2024-11-05 15:35:25 +00:00
11 lines
248 B
Docker
11 lines
248 B
Docker
FROM pandoc/ubuntu
|
|
|
|
RUN apt-get update -y \
|
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -o Acquire::Retries=10 --no-install-recommends \
|
|
texlive-latex-base \
|
|
texlive-latex-extra \
|
|
texlive-plain-generic \
|
|
lmodern
|
|
|
|
WORKDIR /source
|