fixed command for image build

This commit is contained in:
Jakub Matys 2018-04-11 12:50:13 +02:00
parent 1e39faa6b6
commit cf27ed086b

View File

@ -15,7 +15,7 @@ build-image:
$(MAKE) .docker-image
.docker-image:
docker build --no-cache=$(NO_CACHE)-t $(IMAGE) docker
docker build --no-cache=$(NO_CACHE) -t $(IMAGE) docker
@ docker images -q $(IMAGE) > $@
clean: clean-packages clean-image