From 3df5befb36a1bdbc7eedf7fe76cf549185bc9eea Mon Sep 17 00:00:00 2001 From: hoangvv Date: Thu, 16 Jan 2025 09:40:10 +0700 Subject: [PATCH] exec @native @docker @push_image @run_test --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index dc4ebbb43..5d0cb0f61 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,6 @@ CONTAINER_ID=${PROJECT}-${TAG} VERSION := community ADDONS=${PWD}/addons,${PWD}/odoo/addons BACKUP=${CDN}/raw/branch/main/backup/${VERSION}/odoo18-main_2025-01-15_08-05-47.zip - install: sudo apt update -y && \ sudo apt install -y python3-pip libldap2-dev libpq-dev libsasl2-dev postgresql-client && \