From c488013843add12d06ff8926f6e70b08756a3554 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 9 Feb 2022 16:24:17 -0300 Subject: [PATCH] Added git to the dev/dev_k6 images - Needed to replace the git hash/date Closes #147 --- tools/dev_image/Dockerfile | 2 +- tools/dev_image_k6/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/dev_image/Dockerfile b/tools/dev_image/Dockerfile index a9d47b72..18433211 100644 --- a/tools/dev_image/Dockerfile +++ b/tools/dev_image/Dockerfile @@ -6,7 +6,7 @@ RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list && \ apt-get update && \ apt-get -y install -t buster-backports make wget curl rar bzip2 librsvg2-bin && \ apt-get -y install python3-pip python3-distutils unzip && \ - apt-get -y install --no-install-recommends imagemagick python3-qrcodegen && \ + apt-get -y install --no-install-recommends imagemagick python3-qrcodegen git && \ curl -s https://api.github.com/repos/INTI-CMNB/KiAuto/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \ curl -s https://api.github.com/repos/INTI-CMNB/KiBoM/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \ curl -s https://api.github.com/repos/INTI-CMNB/InteractiveHtmlBom/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \ diff --git a/tools/dev_image_k6/Dockerfile b/tools/dev_image_k6/Dockerfile index 38d005da..0d162001 100644 --- a/tools/dev_image_k6/Dockerfile +++ b/tools/dev_image_k6/Dockerfile @@ -6,7 +6,7 @@ RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list && \ apt-get update && \ apt-get -y install make wget curl rar bzip2 librsvg2-bin && \ apt-get -y install python3-pip python3-distutils unzip && \ - apt-get -y install --no-install-recommends imagemagick python3-qrcodegen && \ + apt-get -y install --no-install-recommends imagemagick python3-qrcodegen git && \ curl -s https://api.github.com/repos/INTI-CMNB/KiAuto/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \ curl -s https://api.github.com/repos/INTI-CMNB/KiBoM/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \ curl -s https://api.github.com/repos/INTI-CMNB/InteractiveHtmlBom/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \