Skip to content

Commit

Permalink
Make docker image smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverMendel committed Aug 1, 2021
1 parent bd9ff73 commit 2ba2685
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN apt update &&\
apt install -f -y \
build-essential \
make \
texlive-xetex \
texlive-fonts-recommended \
texlive-fonts-extra \
fonts-font-awesome \
git
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Docker Awesome CV
# Docker XeLaTeX Image for Awesome CV

Docker Image used to compile [Awesome CV](https://github.com/posquit0/Awesome-CV).
Minimal Docker Image used to compile XeLaTeX files. It can also be used to compile [Awesome CV](https://github.com/posquit0/Awesome-CV).

Based on Ubuntu 20.04 and with all the tools needed to build Awesome CV, font-awesome included.
Based on Ubuntu 20.04, it contains `make`, `texlive-xetex` and `git`.

## How to use it

You can use it interactively and use xelatex to compile your CV `xelatex cv.tex`.
You can use it interactively and use XeLaTeX to compile your file `xelatex file.tex`.

0 comments on commit 2ba2685

Please sign in to comment.