mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-08 17:30:01 +01:00
Compare commits
7 Commits
dependabot
...
gitpod-doc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c39649485a | ||
|
|
b6904d9854 | ||
|
|
1eba76e96e | ||
|
|
c15865dc7d | ||
|
|
3a3a680f5e | ||
|
|
29c7c63c08 | ||
|
|
57a50f57a7 |
7
.gitpod.dockerfile
Normal file
7
.gitpod.dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM gitpod/workspace-full
|
||||
|
||||
USER root
|
||||
RUN sudo apt-get update && apt-get install -y apt-transport-https \
|
||||
&& sudo apt-get install -y \
|
||||
xserver-xorg-dev libxext-dev libxi-dev build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config libglu1-mesa-dev freeglut3-dev mesa-common-dev \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/*
|
||||
@@ -1,3 +1,5 @@
|
||||
image:
|
||||
file: .gitpod.dockerfile
|
||||
tasks:
|
||||
- init: npm run setup
|
||||
command: npm start
|
||||
|
||||
Reference in New Issue
Block a user