Skip to content

Commit 7d10892

Browse files
marian-pritsaklguohan
authored andcommitted
[Makefile]: Add --no-cache to docker build (#352)
Option was removed by mistake in 38b9eb1 Signed-off-by: marian-pritsak <marianp@mellanox.com>
1 parent 38b9eb1 commit 7d10892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DOCKER_RUN := docker run --rm=true --privileged \
1616
-v $(PWD):/sonic \
1717
-i$(SONIC_SLAVE_TTY)
1818

19-
DOCKER_BUILD = docker build \
19+
DOCKER_BUILD = docker build --no-cache \
2020
--build-arg user=$(USER) \
2121
--build-arg uid=$(shell id -u) \
2222
--build-arg guid=$(shell id -g) \

0 commit comments

Comments
 (0)