nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

commit fc0034fed95427557f8c16d5a0ab7f5f33ba3f9e
parent 7e11d2552cd4c465ea607de2356f9bd3ea5027a4
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Fri, 23 Aug 2024 20:42:10 +0200

feat(docker): add latex container

Diffstat:
Adocker/docker-latex/Dockerfile | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/docker/docker-latex/Dockerfile b/docker/docker-latex/Dockerfile @@ -0,0 +1,5 @@ +FROM docker.io/alpine:latest + +RUN apk update && apk add --no-cache texlive + +CMD ["/bin/sh"]