Skip to content

Commit

Permalink
Merge pull request #1593 from aledbf/fix-ubuntu-slim-makefile
Browse files Browse the repository at this point in the history
Fix makefile default task
  • Loading branch information
aledbf authored Oct 26, 2017
2 parents 66f2de6 + 0141002 commit d534a90
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 d534a90

Please sign in to comment.