DOCKER_IMAGE_NAME := fphammerle/space-dev

docker-build :
	docker build -t ${DOCKER_IMAGE_NAME}:$(shell git describe --always --dirty)-$(shell dpkg --print-architecture) .