fixed users

This commit is contained in:
2023-09-12 21:55:52 +00:00
parent 6abcfd1334
commit 0507887dfa
2 changed files with 5 additions and 3 deletions

View File

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