diff --git a/odoo/odoo/Dockerfile.60 b/odoo/odoo/Dockerfile.60 index 7a87254..7ca1cd8 100644 --- a/odoo/odoo/Dockerfile.60 +++ b/odoo/odoo/Dockerfile.60 @@ -1,4 +1,4 @@ -FROM centos:6 +FROM oraclelinux:6 MAINTAINER Yaltik - Fabien Bourgeois # OpenERP dependencies from CentOS diff --git a/odoo/odoo/Dockerfile.web.60 b/odoo/odoo/Dockerfile.web.60 index f56085a..8037998 100644 --- a/odoo/odoo/Dockerfile.web.60 +++ b/odoo/odoo/Dockerfile.web.60 @@ -1,10 +1,10 @@ -FROM centos:6 +FROM oraclelinux:6 MAINTAINER Yaltik - Fabien Bourgeois # OpenERP dependencies from CentOS # RUN yum update -y RUN yum install -y python-devel python-lxml python-psycopg2 python-mako \ -python-setuptools wget git gcc +python-setuptools wget git gcc tar # RUN yum groupinstall -y "Development Tools" # PIP diff --git a/postgres/Dockerfile.84 b/postgres/Dockerfile.84 index 878ddf7..f0585d8 100644 --- a/postgres/Dockerfile.84 +++ b/postgres/Dockerfile.84 @@ -1,4 +1,4 @@ -FROM centos:6 +FROM oraclelinux:6 MAINTAINER "Kentaro Ohkouchi" MAINTAINER "Fabien BOURGEOIS"