1#!/bin/bash
2# SPDX-License-Identifier: BSD-3-Clause
3# Copyright(c) 2018 Intel Corporation. All rights reserved.
4
5docker build --build-arg UID=$(id -u) --build-arg host_http_proxy="$http_proxy" \
6	--build-arg host_https_proxy="$https_proxy" -t sofqemu .
7