Docker builds are now doable, updating wording in resume

This commit is contained in:
2023-01-12 10:50:01 -05:00
parent aa01f33e08
commit 302af58ffc
4 changed files with 50 additions and 12 deletions

11
Dockerfile Normal file → Executable file
View File

@@ -1,3 +1,8 @@
# syntax=docker/dockerfile:1
FROM pandoc/latex:latest
RUN tlmgr update --self && tlmgr install enumitem sectsty underscore
FROM debian:latest
RUN apt-get update
RUN apt-get install -y texlive-base texlive-bibtex-extra texlive-fonts-recommended texlive-fonts-extra texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-science pandoc
RUN mkdir /data
WORKDIR /data