Added --no-compile (Why wasn't needed when using "."?!)

This commit is contained in:
Salvador E. Tropea 2021-10-06 17:37:00 -03:00
parent 257eace7e1
commit e05406ffc8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list && \
apt -y install --no-install-recommends ./*.deb && \
curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/master --output pp.zip && \
unzip pp.zip && \
pip3 install KiBot-master/ && \
pip3 install --no-compile KiBot-master/ && \
rm -rf KiBot-master pp.zip && \
apt-get -y remove curl wget python3-pip unzip && \
apt-get -y autoremove && \