#!/bin/bash # Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: AGPL-3.0 exec 2>&1 set -ex -o pipefail . /usr/local/lib/arvbox/common.sh cd /usr/src/composer npm -d install --prefix /usr/local --global yarn yarn install if test "$1" = "--only-deps" ; then exit fi cat >/usr/src/composer/src/composer.yml <