2 Star 8 Fork 5

gngpp / vdns

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo-chenjiaqi 提交于 2022-06-18 10:08 . update
FROM ubuntu:20.04
WORKDIR vdns
COPY . .
RUN apt update && apt install software-properties-common -y && add-apt-repository ppa:longsleep/golang-backports -y
RUN apt install golang-go -y && apt install gcc-mingw-w64-i686 gcc-multilib -y
RUN sh ./build.sh
Go
1
https://gitee.com/gngpp/vdns.git
git@gitee.com:gngpp/vdns.git
gngpp
vdns
vdns
main

搜索帮助