diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 8319d385..546cf553 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -30,7 +30,7 @@ RUN npm install htmlhint -g ARG USTREAMER_MIN_VERSION ENV USTREAMER_MIN_VERSION $USTREAMER_MIN_VERSION RUN echo $USTREAMER_MIN_VERSION -RUN git clone https://github.com/pi-kvm/ustreamer \ +RUN git clone https://github.com/pikvm/ustreamer \ && cd ustreamer \ && make PREFIX=/usr install \ && cd - \ |