Merge pull request #1593 from aledbf/fix-ubuntu-slim-makefile
Fix makefile default task
This commit is contained in:
commit
d534a90e11
1 changed files with 2 additions and 2 deletions
|
@ -51,11 +51,11 @@ endif
|
||||||
|
|
||||||
TEMP_DIR := $(shell mktemp -d)
|
TEMP_DIR := $(shell mktemp -d)
|
||||||
|
|
||||||
|
all: all-container
|
||||||
|
|
||||||
image-info:
|
image-info:
|
||||||
echo -n '{"image":"$(IMAGE)","tag":"$(TAG)"}'
|
echo -n '{"image":"$(IMAGE)","tag":"$(TAG)"}'
|
||||||
|
|
||||||
all: all-container
|
|
||||||
|
|
||||||
sub-container-%:
|
sub-container-%:
|
||||||
$(MAKE) ARCH=$* container
|
$(MAKE) ARCH=$* container
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue