fixed users
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
FROM rust:1-bookworm
|
FROM rust:1-bookworm
|
||||||
RUN apt update && apt upgrade -y && apt install fish -y
|
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
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
||||||
// "remoteUser": "root"
|
"remoteUser": "vscode"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user