From dc50f63c24a9274ac43852f9dafdddc8efa41bc5 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 29 Oct 2021 13:50:43 +0200 Subject: [PATCH] [FIX] Odoo 15.0: remove temporary fix --- 15.0/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/15.0/Dockerfile b/15.0/Dockerfile index f746a83..aba8115 100644 --- a/15.0/Dockerfile +++ b/15.0/Dockerfile @@ -14,8 +14,6 @@ RUN apt-get update && \ dirmngr \ fonts-noto-cjk \ gnupg \ - # TO REEMOVE WHEN PACKAGED - gsfonts \ libssl-dev \ node-less \ npm \ @@ -24,8 +22,6 @@ RUN apt-get update && \ python3-pip \ python3-phonenumbers \ python3-pyldap \ - # TO REMOVE WHEN PACKAGED - python3-openssl \ python3-qrcode \ python3-renderpm \ python3-setuptools \