No need for docs and man pages

Not sure how much this makes a difference, but I'm sure they are absolutely not needed on a docker image.
This commit is contained in:
David Arnold 2016-06-05 23:11:13 -05:00
parent 57e968cee9
commit 0579bffdff

View File

@ -17,7 +17,8 @@ RUN set -x; \
&& dpkg --force-depends -i wkhtmltox.deb \
&& apt-get -y install -f --no-install-recommends \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false npm \
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
&& rm -rf /usr/share/doc /usr/share/man
# Install Odoo
ENV ODOO_VERSION 9.0