Added rar tool
This commit is contained in:
parent
258fe50243
commit
b67879893b
|
|
@ -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 - && \
|
||||
|
|
|
|||
|
|
@ -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 - && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue