From 6f98ad15366455e6aa3ebbdc839e4b47a4527d62 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 4 Apr 2024 17:43:47 +0200 Subject: [PATCH] fix: refs #4409 Dockerfile install git --- Dockerfile.consumer | 1 + Dockerfile.producer | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile.consumer b/Dockerfile.consumer index 4fb4926..fd591f9 100644 --- a/Dockerfile.consumer +++ b/Dockerfile.consumer @@ -9,6 +9,7 @@ RUN apt-get update \ curl \ ca-certificates \ gnupg2 \ + git \ && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \ && apt-get install -y --no-install-recommends nodejs \ && rm -rf /var/lib/apt/lists/* diff --git a/Dockerfile.producer b/Dockerfile.producer index a320a0c..4687945 100644 --- a/Dockerfile.producer +++ b/Dockerfile.producer @@ -9,6 +9,7 @@ RUN apt-get update \ curl \ ca-certificates \ gnupg2 \ + git \ && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \ && apt-get install -y --no-install-recommends nodejs \ && rm -rf /var/lib/apt/lists/* diff --git a/package.json b/package.json index f731710..c229410 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mycdc", - "version": "0.0.2", + "version": "0.0.3", "author": "Verdnatura Levante SL", "description": "Asynchronous DB calculations reading the binary log", "license": "GPL-3.0",