homelab-documentation/Dockerfile
Tanner Storment ab855181f3 init commit
2024-06-30 19:03:31 -05:00

10 lines
164 B
Docker

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