pgroonga / docker

Dockerfile for PGroonga
https://hub.docker.com/r/groonga/pgroonga
MIT License
34 stars 9 forks source link

alpine/12-slim: Remove unused files #53

Closed abetomo closed 4 months ago

abetomo commented 4 months ago
$ du -hsc \
    /usr/local/include \
    /usr/local/share/man/* \
    /usr/local/share/groonga/html \
    /usr/local/lib/mecab/dic/naist-jdic/naist-jdic.csv
8.4M    /usr/local/include
8.0K    /usr/local/share/man/man1
1.9M    /usr/local/share/groonga/html
54.6M   /usr/local/lib/mecab/dic/naist-jdic/naist-jdic.csv
64.9M   total

Image ize before: 466MB after: 406MB