We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b9eb1 commit 7d10892Copy full SHA for 7d10892
Makefile
@@ -16,7 +16,7 @@ DOCKER_RUN := docker run --rm=true --privileged \
16
-v $(PWD):/sonic \
17
-i$(SONIC_SLAVE_TTY)
18
19
-DOCKER_BUILD = docker build \
+DOCKER_BUILD = docker build --no-cache \
20
--build-arg user=$(USER) \
21
--build-arg uid=$(shell id -u) \
22
--build-arg guid=$(shell id -g) \
0 commit comments