homelab-documentation/Dockerfile

10 lines
164 B
Docker
Raw Permalink Normal View History

2024-07-01 00:03:31 +00:00
FROM ubuntu:24.04
RUN apt update && apt install -y texlive-xetex latexmk graphviz inkscape
RUN useradd -ms /bin/bash latex
USER latex
VOLUME /wksp
WORKDIR /wksp