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

8 lines
226 B
Bash
Raw Normal View History

#!/bin/bash
if [ -f "/etc/apt/apt.conf" ]; then
cp /etc/apt/apt.conf ./
else
touch apt.conf
fi
docker build --build-arg UID=$(id -u) --build-arg host_http_proxy=$http_proxy --build-arg host_https_proxy=$https_proxy -t sof .