summary refs log tree commit diff
path: root/docker/build_crosvm.sh
blob: 3c6d359120ec06c3409a54b66041c863ff1ebd8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

set -ex
cd "${0%/*}"

src_root="$(realpath ..)"

docker build -t crosvm -f Dockerfile.crosvm --build-arg UID --build-arg GID "${src_root}"