We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c878e commit 18ddfb5Copy full SHA for 18ddfb5
.gitpod
@@ -4,8 +4,11 @@ ports:
4
- port: 6080
5
protocol: "http"
6
onOpen: open-preview
7
+ - port: 5900
8
+ onOpen: ignore
9
tasks:
10
- init: |
11
+ xrandr --fb 500x500
12
make -j $(nproc) -C mpy-cross VARIANT=dev DEBUG=1
13
make -j $(nproc) -C ports/unix VARIANT=dev DEBUG=1
14
command: |
.gitpod.Dockerfile
@@ -2,5 +2,5 @@ FROM gitpod/workspace-full-vnc
2
3
# Install dependencies
RUN sudo apt-get update && \
- sudo apt-get install -y libgtk-3-dev libsdl2-dev
+ sudo apt-get install -y libgtk-3-dev libsdl2-dev x11-xserver-utils
0 commit comments