add some tools to generate graphs and squash images

This commit is contained in:
2016-05-22 18:21:38 +01:00
parent f728b94bcf
commit e7c1ed31ac
11 changed files with 115 additions and 5 deletions

View File

@@ -42,7 +42,9 @@ define arg
endef
build:
ifneq ($(CLEANUP),)
$(call script,cleanup)
endif
@echo 'RUN chmod +x -R /opt/init.d' >> ${FILE}
docker build -t $(NAME):$(VERSION) $(ARGS) -f $(FILE) $(DOCKER_HOME)/build
@rm -f ${FILE}