From 01410028f75661293e7f3bcd3c0db45b5b395ecc Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Wed, 25 Oct 2017 23:38:20 -0300 Subject: [PATCH] Fix makefile default task --- images/ubuntu-slim/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/ubuntu-slim/Makefile b/images/ubuntu-slim/Makefile index 22d0d5812a..5829588f82 100755 --- a/images/ubuntu-slim/Makefile +++ b/images/ubuntu-slim/Makefile @@ -51,11 +51,11 @@ endif TEMP_DIR := $(shell mktemp -d) +all: all-container + image-info: echo -n '{"image":"$(IMAGE)","tag":"$(TAG)"}' -all: all-container - sub-container-%: $(MAKE) ARCH=$* container