Added dependency of deb-image build on bin-image

This commit is contained in:
Jakub Matys 2018-05-15 16:34:27 +02:00
parent e572ce7f7f
commit 85c0ceed68

View File

@ -29,7 +29,7 @@ build-images:
docker build --no-cache=$(NO_CACHE) -t $(BIN_IMAGE) build/bin
@ docker images -q $(BIN_IMAGE) > $@
.deb-image:
.deb-image: .bin-image
docker build --no-cache=$(NO_CACHE) -t $(DEB_IMAGE) build/deb
@ docker images -q $(DEB_IMAGE) > $@