mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Update .gitpod.yml to include gitpod dependencies in a mini dockerfile (#1685)
* Update .gitpod.yml * Create .gitpod.dockerfile * Update .gitpod.dockerfile * Update .gitpod.dockerfile * Update .gitpod.dockerfile * Update .gitpod.dockerfile
This commit is contained in:
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:
|
tasks:
|
||||||
- init: npm run setup
|
- init: npm run setup
|
||||||
command: npm start
|
command: npm start
|
||||||
|
|||||||
Reference in New Issue
Block a user