Cleanup image

This commit is contained in:
Suparit Krityakien 2018-05-23 10:46:12 +07:00 committed by GitHub
parent d8727165ee
commit aed805063d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,8 @@ RUN set -x; \
&& tar xvf wkhtmltox.tar.xz \ && tar xvf wkhtmltox.tar.xz \
&& cp wkhtmltox/lib/* /usr/local/lib/ \ && cp wkhtmltox/lib/* /usr/local/lib/ \
&& cp wkhtmltox/bin/* /usr/local/bin/ \ && cp wkhtmltox/bin/* /usr/local/bin/ \
&& cp -r wkhtmltox/share/man/man1 /usr/local/share/man/ && cp -r wkhtmltox/share/man/man1 /usr/local/share/man/ \
&& rm -rf wkhtmltox.tar.xz wkhtmltox /var/lib/apt/lists/*
# Install Odoo # Install Odoo
ENV ODOO_VERSION 11.0 ENV ODOO_VERSION 11.0