Added --no-compile (Why wasn't needed when using "."?!)
This commit is contained in:
parent
257eace7e1
commit
e05406ffc8
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue