Added debug commands to the dockerimage creation

- The git clone command is failing
This commit is contained in:
Salvador E. Tropea 2021-10-05 09:27:10 -03:00
parent c5465a4ae4
commit 8681829bd0
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list && \
curl -s https://api.github.com/repos/INTI-CMNB/PcbDraw/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/KiCost/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - && \
apt -y install --no-install-recommends ./*.deb && \
ls -la && \
mount && \
pip3 install git+https://github.com/INTI-CMNB/KiBot.git && \
apt-get -y remove curl wget python3-pip git && \
apt-get -y autoremove && \