Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Add what's inside
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Feb 19, 2024
1 parent f9d188a commit aa73fcb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ LABEL org.opencontainers.image.description="JetEngine's DevSpace Container for c
RUN apt update && apt upgrade -y &&\
apt install cmake python3-pip -y &&\
apt clean &&\
pip3 install virtualenv &&\
rustup self update &&\
rustup update stable &&\
rustup default stable &&\
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# JetEngine's Devspace Rust Container

This devspace container is for developing Rust projects in K8S with Devspace.

It uses always the latest stable compiler that `rustup` offers.

This Devspace container have these tools:
* cargo-watch
* cargo-edit
* cargo-deny
* cargo-upgrades
* cargo-criterion
* cargo-udeps

In addition:
* cmake
* python3
* pip3
* virtualenv

0 comments on commit aa73fcb

Please sign in to comment.