Docker builds are now doable, updating wording in resume
This commit is contained in:
11
Dockerfile
Normal file → Executable file
11
Dockerfile
Normal file → Executable 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user