Skip to content

Commit

Permalink
feat: Updated gitpod Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ecyht2 committed Apr 6, 2024
1 parent 89966b4 commit 04828ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM gitpod/workspace-full-vnc

RUN sudo apt-get update && \
# Upgrading Packages
sudo apt upgrade -y && \
# Tauri Packages
sudo apt install -y libwebkit2gtk-4.0-dev \
build-essential \
curl \
Expand All @@ -10,4 +13,8 @@ RUN sudo apt-get update && \
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev && \
# Serial Packages
sudo apt install -y libudev-dev && \
# Protobuf Packages
sudo apt install -y protobuf-compiler && \
sudo rm -rf /var/lib/apt/lists/*

0 comments on commit 04828ed

Please sign in to comment.