Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This repository comes with a Dockerfile for creating a minimal Tex Live installa
To build the image, locate to where you cloned this repository and run

```
$ docker build -t ubuntu:tex-cvbuilder .
$ docker build -t ubuntu:tex-cvbuilder docker
```

Once the image is built, compile the document using
Expand Down
9 changes: 8 additions & 1 deletion Dockerfile → docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ RUN wget http://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh; \
chmod +x update-tlmgr-latest.sh; \
/update-tlmgr-latest.sh; \
rm /update-tlmgr-latest.sh; \
tlmgr install xetex etoolbox xifthen ifmtarg microtype fontspec pgf parskip setspace multirow fontawesome5 progressbar titlesec enumitem tcolorbox environ listings paracol booktabs pagecolor lipsum xkeyval collectbox adjustbox
tlmgr install \
xetex etoolbox xifthen ifmtarg \
microtype fontspec pgf parskip \
setspace multirow fontawesome5 progressbar \
titlesec enumitem tcolorbox environ \
listings paracol booktabs pagecolor \
lipsum xkeyval collectbox adjustbox \
tikzfill pdfcol
ENV HOME /tex-cvbuilder
WORKDIR /tex-cvbuilder
File renamed without changes.