diff --git a/Dockerfile.travis b/Dockerfile.travis index 84638e482c..d2e3a50cb1 100644 --- a/Dockerfile.travis +++ b/Dockerfile.travis @@ -34,6 +34,6 @@ RUN apt-get install -y \ RUN pip3 install meson RUN pip3 install ninja -RUN pip3 install 'git+https://github.com/rizinorg/rizin-rzpipe#egg=rzpipe&subdirectory=python' +RUN pip3 install 'git+https://github.com/rizinorg/rz-pipe#egg=rzpipe&subdirectory=python' CMD []