mirror of
https://github.com/geohot/qira
synced 2025-03-12 10:03:40 +03:00
qiradb depends on Cython, so it has to be installed afterward
This commit is contained in:
parent
9aa683bfdf
commit
553a291af3
@ -10,6 +10,7 @@ WORKDIR /qira
|
||||
|
||||
# install python packages, build qemu, and link qira
|
||||
RUN pip install --upgrade -r requirements.txt
|
||||
RUN pip install --upgrade ./qiradb
|
||||
RUN cd tracers && ./qemu_build.sh
|
||||
RUN ln -sf /qira/middleware/qira.py /usr/local/bin/qira
|
||||
|
||||
|
@ -65,6 +65,7 @@ fi
|
||||
$VIRTUALENV venv
|
||||
source venv/bin/activate
|
||||
$PIP install --upgrade -r requirements.txt
|
||||
$PIP install --upgrade ./qiradb
|
||||
|
||||
echo "making symlink"
|
||||
sudo ln -sf $(pwd)/qira /usr/local/bin/qira
|
||||
|
@ -26,6 +26,3 @@ socketIO-client==0.7.2
|
||||
urllib3==1.24.1
|
||||
websocket-client==0.56.0
|
||||
Werkzeug==0.15.1
|
||||
|
||||
./qiradb
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user