adding build.sh

This commit is contained in:
Matt Burchett 2017-11-30 19:59:30 -06:00
parent 9e8620cd3c
commit 2893ca1dcb

View File

@ -5,7 +5,7 @@ WORKDIR /opt/
#Install Dotnet
RUN sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main" > /etc/apt/sources.list.d/dotnetdev.list' \
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893 \
&& apt-get update && apt-get install -y dotnet-dev-1.0.4
&& apt-get update && apt-get install -y dotnet-dev-2.0.0
#Add ffmpeg3 ppa
RUN add-apt-repository ppa:jonathonf/ffmpeg-3