3 Star 0 Fork 0

mirrors_mosquito/docker-acestream-proxy

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
Dockerfile 1.02 KB
Copy Edit Raw Blame History
# Set the base image to use to Ubuntu
FROM ubuntu:12.04
MAINTAINER Igor Katson <igor.katson@gmail.com>
RUN apt-get update -y
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y wget supervisor unzip ca-certificates
RUN echo 'deb http://repo.acestream.org/ubuntu/ precise main' > /etc/apt/sources.list.d/acestream.list
RUN wget -q -O - http://repo.acestream.org/keys/acestream.public.key | apt-key add -
RUN DEBIAN_FRONTEND=noninteractive apt-get update -y
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y acestream-engine vlc-nox python-gevent
RUN mkdir -p /var/run/sshd
RUN mkdir -p /var/log/supervisor
RUN adduser --disabled-password --gecos "" tv
RUN cd /tmp/ && wget https://github.com/ValdikSS/aceproxy/archive/6dff4771c3.zip -O master.zip
RUN cd /tmp/ && unzip master.zip -d /home/tv/
RUN mv /home/tv/aceproxy-* /home/tv/aceproxy-master
RUN echo 'root:password' |chpasswd
ADD supervisord.conf /etc/supervisor/conf.d/supervisord.conf
ADD start.sh /start.sh
RUN chmod +x /start.sh
EXPOSE 22 8000 62062
ENTRYPOINT ["/start.sh"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_mosquito/docker-acestream-proxy.git
git@gitee.com:mirrors_mosquito/docker-acestream-proxy.git
mirrors_mosquito
docker-acestream-proxy
docker-acestream-proxy
master

Search