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",