basic stuff

This commit is contained in:
2023-09-14 20:01:34 +00:00
parent 0507887dfa
commit 3b2f636e41
7 changed files with 151 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
FROM rust:1-bookworm
RUN apt update && apt upgrade -y && apt install fish -y
RUN apt update && apt upgrade -y && apt install fish iputils-ping -y
RUN rustup component add clippy rustfmt
RUN useradd -ms /bin/fish vscode