登录
GitLink极速下载/rustup-nightly-docker
同步镜像关注点赞复刻(Fork)
  • 主页
  • 代码库
  • 疑修(Issue)
  • 流水线(devops)
  • 里程碑
  • 维基(Wiki)
  • 动态
目录
master
分支1
标签0
+ 疑修
Web IDE
Oliver Gould

Provide an install-rust.sh script (#3)

Due to moby/moby#25409, we are unable to update rust if it is already installed.

This image is simplified to support /install-rust.sh which installs rustup and defaults to nightly.

9年前3次提交
  • .gitignoreInitial commit9年前
  • DockerfileProvide an install-rust.sh script (#3)9年前
  • LICENSEInitial commit9年前
  • README.mdProvide an install-rust.sh script (#3)9年前
README.md

rustup-nightly

A base docker image for building against the latest nightly.

This image should be extended. For example:

FROM linkerd/rustup-nightly:latest

RUN /install-rust.sh && cargo install rustfmt && cargo install clippy

COPY . /app
WORKDIR /app
RUN cargo clippy
关于
dockerfile
README.md
35.0 KB
邀请码