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 a135ed2 commit f26caecCopy full SHA for f26caec
.gitpod.Dockerfile
@@ -6,4 +6,4 @@ RUN sudo apt-get install -y \
6
xorriso \
7
qemu-system-x86-64
8
9
-RUN python3 -m install requests xbstrap && pip install --upgrade pip
+RUN python3 -m install requests xbstrap
.gitpod.yml
@@ -7,6 +7,6 @@ ports:
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
+- init: ./aero.py --test --no-run
+# ideally, it wouldn't build a second time
+ command: ./aero.py --test
0 commit comments