Skip to content

Commit

Permalink
common: add debug trace
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed Sep 27, 2024
1 parent 11e2c43 commit 5b380cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/docker/images/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ fi
# Build a Docker image tagged as follows:
tag=${DOCKER_REPO}:${IMG_VER}-${OS_VER}-${CPU_ARCH}
docker build -t $tag \
--no-cache --progress=plain --log-level trace \
--build-arg http_proxy=$http_proxy \
--build-arg https_proxy=$https_proxy \
-f Dockerfile.$OS_VER .

0 comments on commit 5b380cc

Please sign in to comment.