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:
parent
57e968cee9
commit
0579bffdff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user