Skip to content

Commit

Permalink
fix: don't use corepack to install pnpm and use gnome desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea authored Oct 18, 2024
1 parent 4d0da8b commit 38b13bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/lapce/lapdev-devcontainer-vnc
FROM ghcr.io/lapce/lapdev-devcontainer-gnome

RUN apt-get update && apt install -y --no-install-recommends \
libwebkit2gtk-4.1-dev \
Expand All @@ -11,9 +11,10 @@ RUN apt-get update && apt install -y --no-install-recommends \
libayatana-appindicator3-dev \
librsvg2-dev \
nodejs \
npn \
git

RUN corepack enable pnpm
RUN npm install -g pnpm

RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"

0 comments on commit 38b13bb

Please sign in to comment.