5 # Starting with a base debian buster system, like "docker run -it
10 apt install --no-install-recommends build-essential ca-certificates git golang
11 git clone https://git.arvados.org/arvados.git
13 [[ -e lib/install ]] || git checkout origin/16053-install-deps
15 go run ./cmd/arvados-server install -type test
16 pg_isready || pg_ctlcluster 11 main start # only needed if there's no init process (as in docker)