Modified Makefile to force building image with lastest Ubuntu base image

Change-Id: I3d1deaadfe67daf6650e60cfb8cb95503e658a9f
This commit is contained in:
Chi Lo 2020-12-11 07:10:23 -08:00
parent aa15e29fb3
commit 8f13fc47ed
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ BASE_IMAGE ?= ubuntu:18.04
IMAGE_DIR:=images/$(IMAGE_NAME)
#make images will build ranger and rangercli
.PHONY: images
images: $(IMAGE_NAME)