diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index fb549e4c..8f672499 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/lapce/lapdev-devcontainer-gnome +FROM ghcr.io/lapce/lapdev-devcontainer-vnc RUN apt-get update && apt install -y --no-install-recommends \ libwebkit2gtk-4.1-dev \ @@ -14,3 +14,6 @@ RUN apt-get update && apt install -y --no-install-recommends \ git RUN corepack enable pnpm + +RUN curl https://sh.rustup.rs -sSf | bash -s -- -y +ENV PATH="/root/.cargo/bin:${PATH}"