Skip to content

Commit

Permalink
Fix makefile default task
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Oct 26, 2017
1 parent 65a7f07 commit 0141002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/ubuntu-slim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0141002

Please sign in to comment.