1 Star 0 Fork 0

容器云/machine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 433 Bytes
一键复制 编辑 原始数据 按行查看 历史
Luther Monson 提交于 2020-12-16 15:57 . go 1.15 + remove dep files
FROM golang:1.15
RUN apt-get update && apt-get install -y --no-install-recommends \
openssh-client \
rsync \
fuse \
sshfs \
&& rm -rf /var/lib/apt/lists/*
RUN go get github.com/golang/lint/golint \
github.com/mattn/goveralls \
golang.org/x/tools/cover
ENV USER root
WORKDIR /go/src/github.com/docker/machine
COPY . ./
RUN mkdir bin
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/container-cloud/machine.git
[email protected]:container-cloud/machine.git
container-cloud
machine
machine
master

搜索帮助