From 0dd35794edabc33037222f6e5347e9be3bf7b498 Mon Sep 17 00:00:00 2001 From: Neshura Date: Tue, 19 Dec 2023 23:02:28 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e359bf9..34715d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM forgejo.neshweb.net/ci-docker-images/rust-node:latest RUN apt update -RUN apt install -y libwebkit2gtk-4.0-dev build-essential libgtk-3-dev libayatana-appindicator3-dev +RUN apt install -y npm libwebkit2gtk-4.0-dev build-essential libgtk-3-dev libayatana-appindicator3-dev RUN npm install --global yarn vite RUN cargo install tauri-cli CMD ["bash"] \ No newline at end of file