feat: add missing rust components to devcontainer

added rustfmt, rust-wasm, rust-analyzer, rust-clippy, etc.
This commit is contained in:
Jakub Panek 2022-07-19 15:30:26 +00:00 committed by GitHub
parent 72db4dd382
commit 7a9e58778d
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ RUN apk add --no-cache doas cargo rust-src freetype-dev \
gtk+3.0-dev libgit2-dev libssh2-dev libxcb-dev \
libxfixes-dev libxkbcommon-dev openssl-dev python3 \
vulkan-loader-dev wayland-dev curl wget alpine-sdk \
zsh fish bash less coreutils util-linux
zsh fish bash less coreutils util-linux rustfmt \
rust-clippy rust-analyzer rust-doc rust-wasm
RUN echo "permit nopass :wheel" > /etc/doas.d/doas.conf