Added dependency of deb-image build on bin-image
This commit is contained in:
parent
e572ce7f7f
commit
85c0ceed68
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ build-images:
|
|||||||
docker build --no-cache=$(NO_CACHE) -t $(BIN_IMAGE) build/bin
|
docker build --no-cache=$(NO_CACHE) -t $(BIN_IMAGE) build/bin
|
||||||
@ docker images -q $(BIN_IMAGE) > $@
|
@ docker images -q $(BIN_IMAGE) > $@
|
||||||
|
|
||||||
.deb-image:
|
.deb-image: .bin-image
|
||||||
docker build --no-cache=$(NO_CACHE) -t $(DEB_IMAGE) build/deb
|
docker build --no-cache=$(NO_CACHE) -t $(DEB_IMAGE) build/deb
|
||||||
@ docker images -q $(DEB_IMAGE) > $@
|
@ docker images -q $(DEB_IMAGE) > $@
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user