Install r2pipe in docker image for travis (#17262)

This commit is contained in:
Riccardo Schirone 2020-07-13 14:56:14 +02:00 committed by GitHub
parent af485c0770
commit 5e170b64a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,5 +34,6 @@ RUN apt-get install -y \
RUN pip3 install meson
RUN pip3 install ninja
RUN pip3 install 'git+https://github.com/radareorg/radare2-r2pipe#egg=r2pipe&subdirectory=python'
CMD []