Skip to content

Commit 4b9fbaf

Browse files
fredoh9lgirdwood
authored andcommitted
docker-run.sh: minor alignment fix
Removed extra spaces. Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
1 parent 77ef08a commit 4b9fbaf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/docker-run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ docker run -i -v "$(pwd)":/home/sof/work/sof.git \
2121
--env PRIVATE_KEY_OPTION \
2222
--env http_proxy="$http_proxy" \
2323
--env https_proxy="$https_proxy" \
24-
--user "$(id -u)" \
24+
--user "$(id -u)" \
2525
$SOF_DOCKER_RUN \
26-
sof "$@"
26+
sof "$@"

scripts/docker_build/sof_builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV https_proxy $host_https_proxy
2626

2727
RUN apt-get -y update && \
2828
apt-get install -y \
29-
autoconf \
29+
autoconf \
3030
bison \
3131
build-essential \
3232
python3-pyelftools \

0 commit comments

Comments
 (0)