nomad

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

Dockerfile (97B)


      1 FROM docker.io/alpine:latest
      2 
      3 RUN apk update && apk add --no-cache texlive-full
      4 
      5 CMD ["/bin/sh"]