Added git to the dev/dev_k6 images
- Needed to replace the git hash/date Closes #147
This commit is contained in:
parent
c700eeff45
commit
c488013843
|
|
@ -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 - && \
|
||||
|
|
|
|||
|
|
@ -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 - && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue