summaryrefslogtreecommitdiff
path: root/testenv/Dockerfile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-09-01 22:52:55 +0300
committerDevaev Maxim <[email protected]>2019-09-01 22:52:55 +0300
commitd55a8b1bd1eb8051a27733c71c55170248ce750c (patch)
tree20675ebeba5abdef767b1667d7fe5e9f311d3629 /testenv/Dockerfile
parent47d7e4f2343b71426d32c4c9b45010cf60d5a5a9 (diff)
changed upstream url
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r--testenv/Dockerfile2
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 - \