summaryrefslogtreecommitdiff
path: root/testenv/Dockerfile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-07-15 03:28:19 +0300
committerDevaev Maxim <[email protected]>2019-07-15 03:28:19 +0300
commit7b98777ed0deefe2055b201fb1e8d6ecb79a7d23 (patch)
tree6de28d6297593dc055d4ad8c96c49225c3f13aed /testenv/Dockerfile
parent46e4f89b566697d0f5f25f4524fd1aa455a018d3 (diff)
USTREAMER_MIN_VERSION
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r--testenv/Dockerfile6
1 files changed, 3 insertions, 3 deletions
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