USTREAMER_MIN_VERSION

This commit is contained in:
Devaev Maxim
2019-07-15 03:28:19 +03:00
parent 46e4f89b56
commit 7b98777ed0
2 changed files with 5 additions and 7 deletions

View File

@@ -32,9 +32,9 @@ RUN pkg-install -S \
htmlhint \
eslint
ARG USTREAMER_VERSION
ENV USTREAMER_VERSION $USTREAMER_VERSION
RUN echo $USTREAMER_VERSION
ARG USTREAMER_MIN_VERSION
ENV USTREAMER_MIN_VERSION $USTREAMER_MIN_VERSION
RUN echo $USTREAMER_MIN_VERSION
RUN pkg-install -S ustreamer
COPY testenv/requirements.txt requirements.txt