update version in docker
This commit is contained in:
parent
4b4b4b948b
commit
482ba799aa
@ -14,7 +14,7 @@ RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == \
|
|||||||
|
|
||||||
FROM base
|
FROM base
|
||||||
|
|
||||||
ARG FFPLAYOUT_VERSION=0.19.0
|
ARG FFPLAYOUT_VERSION=0.20.2
|
||||||
COPY README.md *.rpm /tmp/
|
COPY README.md *.rpm /tmp/
|
||||||
|
|
||||||
RUN dnf update -y && \
|
RUN dnf update -y && \
|
||||||
|
@ -132,7 +132,7 @@ RUN \
|
|||||||
|
|
||||||
FROM base
|
FROM base
|
||||||
|
|
||||||
ARG FFPLAYOUT_VERSION=0.18.3
|
ARG FFPLAYOUT_VERSION=0.20.2
|
||||||
|
|
||||||
ENV LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib
|
ENV LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib
|
||||||
|
|
||||||
|
@ -95,11 +95,11 @@ RUN echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
|
|||||||
|
|
||||||
RUN yum update -y \
|
RUN yum update -y \
|
||||||
&& yum install -y dejavu-sans-fonts sudo wget \
|
&& yum install -y dejavu-sans-fonts sudo wget \
|
||||||
&& wget -q -O /tmp/ffplayout-0.18.3-1.x86_64.rpm "https://github.com/ffplayout/ffplayout/releases/download/v0.18.1/ffplayout-0.18.3-1.x86_64.rpm" \
|
&& wget -q -O /tmp/ffplayout-0.20.2-1.x86_64.rpm "https://github.com/ffplayout/ffplayout/releases/download/v0.20.2/ffplayout-0.20.2-1.x86_64.rpm" \
|
||||||
&& yum install -y /tmp/ffplayout-0.18.3-1.x86_64.rpm \
|
&& yum install -y /tmp/ffplayout-0.20.2-1.x86_64.rpm \
|
||||||
&& yum clean all \
|
&& yum clean all \
|
||||||
&& echo 'Docker!' | passwd --stdin root \
|
&& echo 'Docker!' | passwd --stdin root \
|
||||||
&& rm /tmp/ffplayout-0.18.3-1.x86_64.rpm \
|
&& rm /tmp/ffplayout-0.20.2-1.x86_64.rpm \
|
||||||
&& mkdir -p /home/ffpu && chown -R ffpu: /home/ffpu \
|
&& mkdir -p /home/ffpu && chown -R ffpu: /home/ffpu \
|
||||||
&& systemctl enable ffplayout \
|
&& systemctl enable ffplayout \
|
||||||
&& systemctl enable ffpapi
|
&& systemctl enable ffpapi
|
||||||
|
Loading…
Reference in New Issue
Block a user