Changed the way I call pip3
- Passing the directory, not changing - To catch pip errors.
This commit is contained in:
parent
fb16e06152
commit
257eace7e1
|
|
@ -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 && \
|
||||
cd KiBot-master ; pip3 install --prefix /usr . ; cd .. && \
|
||||
pip3 install 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