Skip to content

Commit

Permalink
Image
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Nov 6, 2023
1 parent 9869b97 commit 4a970b7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
FROM gitpod/workspace-full:latest

RUN rm \
/etc/apache2/mods-enabled/mpm_prefork.conf \
/etc/apache2/mods-enabled/mpm_prefork.load

RUN yes Y | sudo install-packages apache2

RUN sudo install-packages \
pkg-config \
build-essential \
curl \
wget \
file \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev \
libdbus-1-dev \
libsoup2.4 \
libwebkit2gtk-4.0-dev \
patchelf
3 changes: 3 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
image:
file: .gitpod.Dockerfile

tasks:
- init: pnpm install && pnpm run build && cargo build
command: pnpm run dev && cargo watch -x run

0 comments on commit 4a970b7

Please sign in to comment.