Adding 8.0-runbot Dockerfiles
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM quay.io/opusvl/odoo:testing_improvements
|
||||
MAINTAINER Peter Alabaster <peter.alabaster@opusvl.com>
|
||||
|
||||
# Install missing system & pip dependencies for runbot module
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libfreetype6-dev libpng12-dev libxft-dev python-dev python-pip && \
|
||||
pip install matplotlib
|
||||
Reference in New Issue
Block a user