From 097c42fc6bc9cfb0a6d4bc019c3e7aac1fda164b Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 10 Jul 2019 14:21:59 -0700 Subject: [PATCH] Remove redis and minio as they are provided by the core. --- Dockerfile | 3 --- Dockerfile-GitLab | 3 --- 2 files changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ac4bce6..0da33d43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ FROM hibou/hibou-odoo:11.0 -USER 0 -RUN pip install redis==3.2.1 minio==4.0.18 - USER 104 COPY --chown=104 . /opt/odoo/hibou-suite RUN rm /etc/odoo/odoo.conf \ diff --git a/Dockerfile-GitLab b/Dockerfile-GitLab index e6bcef61..71144c8c 100644 --- a/Dockerfile-GitLab +++ b/Dockerfile-GitLab @@ -1,8 +1,5 @@ FROM registry.gitlab.com/hibou-io/hibou-odoo/odoo:RELEASE -USER 0 -RUN pip install redis==3.2.1 minio==4.0.18 - USER 104 COPY --chown=104 . /opt/odoo/hibou-suite RUN rm /etc/odoo/odoo.conf \