Skip to content

Commit

Permalink
Merge pull request #68 from Dushyantbha012/main
Browse files Browse the repository at this point in the history
Added more dependencies for more compatibility for linux
  • Loading branch information
Pranav0-0Aggarwal authored Nov 19, 2024
2 parents 97503ed + 7fc3957 commit 6872eb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN apt-get update && \
libjavascriptcoregtk-4.1-dev \
libsoup-3.0-dev \
libwebkit2gtk-4.1-dev \
librsvg2-dev \
file \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# Install Node.js (Node.js 16 is compatible with Tauri)
Expand Down
2 changes: 2 additions & 0 deletions frontend/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ packages=(
libjavascriptcoregtk-4.1-dev
libsoup-3.0-dev
libwebkit2gtk-4.1-dev
librsvg2-dev
file
)

# check and install required packages
Expand Down

0 comments on commit 6872eb3

Please sign in to comment.