~patrickhaussmann/docker-latex

34827e647cbaae4ada012c4c9d89c14809e833b0 — patrickhaussmann 2 years ago 82bfa50
Use dev container as start
1 files changed, 3 insertions(+), 1 deletions(-)

M Dockerfile
M Dockerfile => Dockerfile +3 -1
@@ 1,4 1,5 @@
FROM ubuntu
FROM patrickhaussmann/dev
USER root
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update --quiet \
    && apt-get install -y --quiet texlive texlive-lang-german texlive-latex-extra texlive-lang-english texlive-plain-generic texlive-science texlive-extra-utils latexmk lmodern \


@@ 11,4 12,5 @@ RUN apt-get update --quiet \
    && apt-get clean -y
RUN mkdir /.config && chmod 677 /.config && mkdir /.cache && chmod 677 /.cache
WORKDIR /src
USER patrick
CMD ["latexmk"]