sof/scripts/docker_build/sof_builder/docker-build.sh

7 lines
249 B
Bash
Executable File

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