Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit e300c31

Browse files
author
Jacob Hrbek
authored
docs(LaTeX): use texlive instead of texlive-full (#669)
apparently it's 10x smaller and does the same thing? See gitpod-io/gitpod#1561 (comment) Signed-off-by: Jacob Hrbek <[email protected]>
1 parent 82f4dcf commit e300c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/languages/latex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM gitpod/workspace-full
1111

1212
# Install LaTeX
1313
RUN sudo apt-get -q update && \
14-
sudo apt-get install -yq texlive-full && \
14+
sudo apt-get install -yq texlive && \
1515
sudo rm -rf /var/lib/apt/lists/*
1616
```
1717

0 commit comments

Comments
 (0)