From 7b98777ed0deefe2055b201fb1e8d6ecb79a7d23 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Mon, 15 Jul 2019 03:28:19 +0300 Subject: USTREAMER_MIN_VERSION --- testenv/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testenv/Dockerfile') diff --git a/testenv/Dockerfile b/testenv/Dockerfile index ba8a71ee..29e573ec 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -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 -- cgit v1.2.3