diff options
| -rw-r--r-- | Dockerfile | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -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 \ @@ -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.) |
