aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-11-25 17:49:33 +0100
committerpml68 <contact@pml68.me>2024-11-25 17:49:33 +0100
commit730982cffbd22189a16772a9e267ecc49f072e51 (patch)
tree512435f3c978234109e4927247c67435c1f33aed
parentfeat: enable spell checking for markdown (diff)
downloadnvim-730982cffbd22189a16772a9e267ecc49f072e51.tar.gz
feat: reduce docker image size by ~1.5GB
Diffstat (limited to '')
-rw-r--r--Dockerfile1
-rw-r--r--README.md2
2 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 64da700..bfbc6d0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,7 +32,6 @@ RUN apk add --no-cache wget \
# install TeX
RUN apk add --no-cache texlive \
texlive-binextra \
- texmf-dist-fontsextra \
texmf-dist-fontutils \
texmf-dist-fontsrecommended \
texmf-dist-formatsextra \
diff --git a/README.md b/README.md
index ad22f07..75900e7 100644
--- a/README.md
+++ b/README.md
@@ -22,4 +22,4 @@ And then run it
docker run -it neovim:latest bash
```
-The image size is somewhere around 5.9GB due to every language I use being included (C# with .NET, Java 21 and 17 etc.)
+The image size is somewhere around 4.5GB due to every language I use being included (C# with .NET, Java 21 and 17 etc.)