https://github.com/devlato/rust-nightly
Docker image for nightly Rust builds
https://github.com/devlato/rust-nightly
Last synced: 3 months ago
JSON representation
Docker image for nightly Rust builds
- Host: GitHub
- URL: https://github.com/devlato/rust-nightly
- Owner: devlato
- Created: 2018-02-03T23:33:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T16:38:38.000Z (about 8 years ago)
- Last Synced: 2025-07-13T03:50:29.000Z (10 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerfile for rust-nightly
Current rust toolchain version: nightly-2018-02-02-x86_64-unknown-linux-gnu
## Using the image from Docker Hub
```sh
$ docker pull 57rodneys/rust-nightly:latest
```
## Building the image
```sh
$ git clone git@github.com:devlato/rust-nightly.git
$ cd ./rust-nightly
$ docker build .
```