fix: refs #4409 Dockerfile install git
gitea/mycdc/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-04-04 17:43:47 +02:00
parent fa905552f0
commit 6f98ad1536
3 changed files with 3 additions and 1 deletions

View File

@ -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/*

View File

@ -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/*

View File

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