Skip to content

Commit

Permalink
[Makefile]: Add --no-cache to docker build (#352)
Browse files Browse the repository at this point in the history
Option was removed by mistake in 38b9eb1

Signed-off-by: marian-pritsak <marianp@mellanox.com>
  • Loading branch information
marian-pritsak authored and lguohan committed Mar 1, 2017
1 parent 38b9eb1 commit 7d10892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DOCKER_RUN := docker run --rm=true --privileged \
-v $(PWD):/sonic \
-i$(SONIC_SLAVE_TTY)

DOCKER_BUILD = docker build \
DOCKER_BUILD = docker build --no-cache \
--build-arg user=$(USER) \
--build-arg uid=$(shell id -u) \
--build-arg guid=$(shell id -g) \
Expand Down

0 comments on commit 7d10892

Please sign in to comment.