Skip to content

Commit

Permalink
fix: back to vnc container and install rust into container dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea authored Oct 18, 2024
1 parent cefd2cf commit 4d0da8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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}"

0 comments on commit 4d0da8b

Please sign in to comment.