modify dockerfile

pull/354/head
Napas Ongsomwang 2020-02-05 19:02:04 +07:00
parent e7715fe224
commit 83eaf546c2
1 changed files with 2 additions and 4 deletions

View File

@ -22,10 +22,8 @@ RUN set -x; \
&& cp wkhtmltox/lib/* /usr/local/lib/ \
&& cp wkhtmltox/bin/* /usr/local/bin/ \
&& cp -r wkhtmltox/share/man/man1 /usr/local/share/man/ \
&& rm -rf wkhtmltox.tar.xz wkhtmltox /var/lib/apt/lists/*
# Install latest pip version
RUN pip3 install -U pip
&& rm -rf wkhtmltox.tar.xz wkhtmltox /var/lib/apt/lists/* \
&& pip3 install -U pip
# Install Odoo
ENV ODOO_VERSION 11.0