From aed805063d2b9393a2b301a306744a3ecb94582a Mon Sep 17 00:00:00 2001 From: Suparit Krityakien Date: Wed, 23 May 2018 10:46:12 +0700 Subject: [PATCH] Cleanup image --- 11.0/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/11.0/Dockerfile b/11.0/Dockerfile index 152be4b..414a238 100644 --- a/11.0/Dockerfile +++ b/11.0/Dockerfile @@ -21,7 +21,8 @@ RUN set -x; \ && tar xvf wkhtmltox.tar.xz \ && cp wkhtmltox/lib/* /usr/local/lib/ \ && 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 ENV ODOO_VERSION 11.0