You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just noticed postgres:9.6.1-alpine is 49.43 MB. Alpine package postgresql 9.6.1-r0 x86_64 is 13.91 MB, that along with dependencies gives 24.22 MB.
The most of the difference are docs that are not likely to be ever used.
/ # du -ks /usr/local/share/man/ /usr/local/share/doc
2184 /usr/local/share/man/
17680 /usr/local/share/doc
19864 total
The text was updated successfully, but these errors were encountered:
I've just noticed postgres:9.6.1-alpine is 49.43 MB. Alpine package postgresql 9.6.1-r0 x86_64 is 13.91 MB, that along with dependencies gives 24.22 MB.
The most of the difference are docs that are not likely to be ever used.
The text was updated successfully, but these errors were encountered: