Merge pull request #2 from myfrozty/master

Force upgrade pip to latest version
pull/354/head
Manatsawin Hanmongkolchai 2020-02-05 19:03:59 +07:00 committed by GitHub
commit d01b4f764d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +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/*
&& rm -rf wkhtmltox.tar.xz wkhtmltox /var/lib/apt/lists/* \
&& pip3 install -U pip
# Install Odoo
ENV ODOO_VERSION 11.0