package.json: Update react package dependency

Closes #213
This commit is contained in:
Cockpituous 2019-08-22 16:05:08 +00:00
parent 044b8da55a
commit d5a822884f
288 changed files with 13040 additions and 1 deletions

View file

@ -0,0 +1,12 @@
#! /bin/bash
set -e
/var/lib/testvm/debian.install "$@"
# HACK: With our restricted network during tests, systemd-networkd-wait-online
# takes ages and waits for two minutes. This makes waiting for docker.service time out.
systemctl mask systemd-networkd-wait-online.service
# HACK: broken virt-builder image; locale defaults to en_US (which is ISO-8859-1)
update-locale LANG=C.UTF-8