Skip to content

Commit

Permalink
create image with chromium (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbounakis authored Dec 17, 2023
1 parent 7909ace commit 38f9082
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .gitpod.dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM gitpod/workspace-node

RUN sudo add-apt-repository -y ppa:xtradeb/apps

RUN sudo apt update

RUN sudo apt install -y chromium

ENV CHROME_BIN=/usr/bin/chromium
5 changes: 3 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

image:
file: .gitpod.dockerfile

tasks:
- init: npm install && npm run build
command: npm run watch


1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ tslint.json

# .gitpod
.gitpod.yml
.gitpod.dockerfile

# tmp
.pytest_cache

0 comments on commit 38f9082

Please sign in to comment.