diff options
author | Devaev Maxim <[email protected]> | 2019-09-01 22:52:55 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-09-01 22:52:55 +0300 |
commit | d55a8b1bd1eb8051a27733c71c55170248ce750c (patch) | |
tree | 20675ebeba5abdef767b1667d7fe5e9f311d3629 /testenv | |
parent | 47d7e4f2343b71426d32c4c9b45010cf60d5a5a9 (diff) |
changed upstream url
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 - \ |