mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
USTREAMER_MIN_VERSION
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user