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 987dbbf commit a135ed2Copy full SHA for a135ed2
.gitpod.Dockerfile
@@ -0,0 +1,9 @@
1
+FROM gitpod/workspace-full-vnc
2
+
3
+RUN sudo apt-get install -y \
4
+ nasm \
5
+ cpio \
6
+ xorriso \
7
+ qemu-system-x86-64
8
9
+RUN python3 -m install requests xbstrap && pip install --upgrade pip
.gitpod.yml
@@ -0,0 +1,12 @@
+image:
+ file: .gitpod.Dockerfile
+ports:
+# vnc
+- port: 6080
+ onOpen: open-preview
+tasks:
10
+# prebuilds will fail if the process never ends (i.e. because qemu was launched)
11
+# realistically, the build and run commands should be seperate
12
+- init: ./aero.py --test
0 commit comments