added ffmpeg 4.0

This commit is contained in:
Alexey Bannov 2019-04-03 16:38:45 +03:00 committed by GitHub
parent 9eeaf6d823
commit bea5cc2e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -41,12 +41,13 @@ RUN apt-get -y update && \
apt-get install -yq elasticsearch=6.5.0 && \ apt-get install -yq elasticsearch=6.5.0 && \
add-apt-repository -y ppa:certbot/certbot && \ add-apt-repository -y ppa:certbot/certbot && \
add-apt-repository -y ppa:chris-lea/redis-server && \ add-apt-repository -y ppa:chris-lea/redis-server && \
add-apt-repository -y ppa:jonathonf/ffmpeg-4 && \
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - && \ curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - && \
apt-get install -y nodejs && \ apt-get install -y nodejs && \
apt-get -y update && \ apt-get -y update && \
apt-get install -yq nginx mono-complete ca-certificates-mono && \ apt-get install -yq nginx mono-complete ca-certificates-mono && \
echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \ echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \
apt-get install -yq dumb-init python-certbot-nginx htop nano dnsutils redis-server python3-pip multiarch-support iproute2 && \ apt-get install -yq dumb-init python-certbot-nginx htop nano dnsutils redis-server python3-pip multiarch-support iproute2 ffmpeg && \
apt-get install -yq mono-webserver-hyperfastcgi=0.4-7 && \ apt-get install -yq mono-webserver-hyperfastcgi=0.4-7 && \
apt-get install -yq onlyoffice-communityserver && \ apt-get install -yq onlyoffice-communityserver && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*