From 0560419f9acf88d6a35b6749db4deaa26bd6a683 Mon Sep 17 00:00:00 2001 From: Simon Lejeune Date: Tue, 25 Oct 2016 15:20:46 +0200 Subject: [PATCH] [REF] Odoo 9.0, 10.0: remove node-clean-css dependency following https://github.com/odoo/odoo/commit/123e51f4d537b516729aef4f04dca944efdbea1b --- 10.0/Dockerfile | 1 - 9.0/Dockerfile | 1 - 2 files changed, 2 deletions(-) diff --git a/10.0/Dockerfile b/10.0/Dockerfile index 3b210c8..53d4fb9 100644 --- a/10.0/Dockerfile +++ b/10.0/Dockerfile @@ -8,7 +8,6 @@ RUN set -x; \ ca-certificates \ curl \ node-less \ - node-clean-css \ python-pyinotify \ python-renderpm \ python-support \ diff --git a/9.0/Dockerfile b/9.0/Dockerfile index 79d877b..9c4dc59 100644 --- a/9.0/Dockerfile +++ b/9.0/Dockerfile @@ -8,7 +8,6 @@ RUN set -x; \ ca-certificates \ curl \ node-less \ - node-clean-css \ python-pyinotify \ python-renderpm \ python-support \