Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jac18281828/solana
Solana Container
https://github.com/jac18281828/solana
Last synced: about 1 month ago
JSON representation
Solana Container
- Host: GitHub
- URL: https://github.com/jac18281828/solana
- Owner: jac18281828
- Created: 2022-02-20T18:39:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T16:45:24.000Z (3 months ago)
- Last Synced: 2024-10-20T00:10:28.717Z (3 months ago)
- Language: Dockerfile
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# solana
TypeScript and Solana Container for Docker and VS Code
Includes
* Rust
* solana```
export PATH="/home/jac/.local/share/solana/install/active_release/bin:$PATH"
```### Architecture
* linux/amd64
* linux/arm64Example Dockerfile - for use as builder
```
FROM jac18281828/solana:latestCOPY --chown=solana:solana . .
RUN rustup component add rustfmt
```Also available from [GitHub GHCR](https://github.com/jac18281828/solana/pkgs/container/solana)