summaryrefslogtreecommitdiff
path: root/worker.vmdb
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-18 06:39:03 +0000
committerLars Wirzenius <liw@liw.fi>2020-04-18 06:39:03 +0000
commit31ce65505a4d8551d3c5a3da3a9fd6719a0e3e72 (patch)
tree41270aa7c8072d1dd4780da7f0c60cf767cd74d8 /worker.vmdb
parent3a872d545763758796cea3a917725745b8b4e457 (diff)
parent0b02e3cdc5bfb107f368a9d88bf166016d855dd1 (diff)
downloadick-contractor-31ce65505a4d8551d3c5a3da3a9fd6719a0e3e72.tar.gz
Merge branch 'fixes' into 'master'
Various fixes and cleanups See merge request larswirzenius/contractor!1
Diffstat (limited to 'worker.vmdb')
-rw-r--r--worker.vmdb7
1 files changed, 5 insertions, 2 deletions
diff --git a/worker.vmdb b/worker.vmdb
index 56218ae..264f7b8 100644
--- a/worker.vmdb
+++ b/worker.vmdb
@@ -1,5 +1,3 @@
-# An image for running the Ick contractor inner VM.
-
steps:
- mkimg: "{{ output }}"
size: 4G
@@ -20,6 +18,8 @@ steps:
- mount: /
+ - virtual-filesystems: /
+
- unpack-rootfs: /
- debootstrap: buster
@@ -30,7 +30,10 @@ steps:
- apt: install
packages:
- linux-image-amd64
+ - locales-all
+ - openssh-server
- python3
+ - sudo
tag: /
unless: rootfs_unpacked