https://github.com/plummerssoftwarellc/rust-docker
Dockerfile for Alpine image with Rust installed
https://github.com/plummerssoftwarellc/rust-docker
Last synced: 2 months ago
JSON representation
Dockerfile for Alpine image with Rust installed
- Host: GitHub
- URL: https://github.com/plummerssoftwarellc/rust-docker
- Owner: PlummersSoftwareLLC
- Created: 2021-05-22T06:30:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T20:53:43.000Z (over 3 years ago)
- Last Synced: 2025-01-05T21:09:52.584Z (4 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust on Alpine in Docker
This repository contains a Dockerfile with which an Alpine image can be built that has Rust installed.
It is published on Docker Hub as [primeimages/rust](https://hub.docker.com/r/primeimages/rust).Currently, it is based on:
* [Alpine 3.13](https://alpinelinux.org/)
* [Rust 1.52.1](https://www.rust-lang.org/)