1 Star 0 Fork 0

看.破.仓井/kintohub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
看.破.仓井 提交于 2020-11-16 15:32 . add Dockerfile.
FROM golang:alpine AS builder
RUN apk update && apk add --no-cache git bash curl
WORKDIR /go/src/v2ray.com/core
RUN git clone --progress https://github.com/v2fly/v2ray-core.git . && \
bash ./release/user-package.sh nosource noconf codename=$(git describe --tags) buildname=docker-fly abpathtgz=/tmp/v2ray.tgz
FROM alpine
ENV CONFIG=https://raw.githubusercontent.com/stonenyy/kinto/master/config.json
COPY --from=builder /tmp/v2ray.tgz /tmp
RUN apk update && apk add --no-cache tor ca-certificates && \
tar xvfz /tmp/v2ray.tgz -C /usr/bin && \
rm -rf /tmp/v2ray.tgz
CMD nohup tor & \
v2ray -config $CONFIG
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/stonenyy/kintohub.git
[email protected]:stonenyy/kintohub.git
stonenyy
kintohub
kintohub
master

搜索帮助