Added rar tool

This commit is contained in:
Salvador E. Tropea 2021-01-27 15:29:40 -03:00
parent 258fe50243
commit b67879893b
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ MAINTAINER Salvador E. Tropea <set@ieee.org>
LABEL Description="KiCad with KiBot and other automation scripts"
RUN apt-get update && \
apt-get -y install make wget curl && \
apt-get -y install make wget curl rar && \
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 - && \

View File

@ -3,7 +3,7 @@ MAINTAINER Salvador E. Tropea <set@ieee.org>
LABEL Description="KiCad with KiBot and other automation scripts"
RUN apt-get update && \
apt-get -y install make wget curl && \
apt-get -y install make wget curl rar && \
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 - && \

View File

@ -10,7 +10,7 @@ USER_ID=$(shell id -u)
GROUP_ID=$(shell id -g)
build:
docker build -f Dockerfile -t $(docker_img):$(tagname) .
docker build --no-cache -f Dockerfile -t $(docker_img):$(tagname) .
docker build -f Dockerfile -t $(docker_img):latest .
build_rc: