changed upstream url

This commit is contained in:
Devaev Maxim
2019-09-01 22:52:55 +03:00
parent 47d7e4f234
commit d55a8b1bd1
5 changed files with 6 additions and 6 deletions

View File

@@ -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 - \