Skip to content

Commit

Permalink
fix: install prerequis app into container
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Oct 16, 2024
1 parent 09212c0 commit 39ac128
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
FROM ghcr.io/lapce/lapdev-devcontainer-vnc
FROM ghcr.io/lapce/lapdev-devcontainer-vnc

RUN apt-get update && apt install -y --no-install-recommends \
libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
file \
libxdo-dev \
libssl-dev \
libayatana-appindicator3-dev \
librsvg2-dev \
nodejs

RUN corepack enable pnpm

0 comments on commit 39ac128

Please sign in to comment.