1 Star 0 Fork 52

远方bruce / zpan

forked from Ambor / zpan 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 449 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ambor 提交于 2020-09-09 02:12 . docs: update the README.md
FROM debian:10
RUN echo \
deb http://mirrors.aliyun.com/debian buster main \
deb http://mirrors.aliyun.com/debian buster-updates main \
deb http://mirrors.aliyun.com/debian-security buster/updates main \
> /etc/apt/sources.list
RUN apt-get update \
&& apt-get install -y ca-certificates telnet procps curl
ENV APP_HOME /zpan
WORKDIR $APP_HOME
RUN curl -sSf https://dl.saltbo.cn/install.sh | sh -s zpan
CMD ["zpan", "server"]
Go
1
https://gitee.com/bruceliang/zpan.git
git@gitee.com:bruceliang/zpan.git
bruceliang
zpan
zpan
master

搜索帮助