Update DockerFile
This commit is contained in:
parent
ad2e040bab
commit
04638ca319
15
DockerFile
15
DockerFile
@ -1,17 +1,14 @@
|
|||||||
FROM phusion/baseimage:latest
|
FROM microsoft/dotnet:1.1.2-sdk
|
||||||
|
MAINTAINER Poag <poag@gany.net>
|
||||||
|
|
||||||
WORKDIR /opt/
|
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
|
|
||||||
|
|
||||||
#Install required software
|
#Install required software
|
||||||
RUN apt-get update \
|
RUN echo "deb http://www.deb-multimedia.org jessie main non-free" | tee /etc/apt/sources.list.d/debian-backports.list \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y git libopus0 opus-tools libopus-dev libsodium-dev ffmpeg rsync
|
&& apt-get install -y --force-yes deb-multimedia-keyring \
|
||||||
|
&& apt-get update \
|
||||||
|
&& apt-get install -y git libopus0 opus-tools libopus-dev libsodium-dev ffmpeg
|
||||||
|
|
||||||
#Download and install stable version of Nadeko
|
#Download and install stable version of Nadeko
|
||||||
RUN curl -L https://raw.githubusercontent.com/Poag/nadeko/1.4/nadeko_installer_1_4.sh | sh \
|
RUN curl -L https://raw.githubusercontent.com/Poag/nadeko/1.4/nadeko_installer_1_4.sh | sh \
|
||||||
|
Loading…
Reference in New Issue
Block a user