Updated Dockfile for xenial

This commit is contained in:
matlabbe
2017-03-17 21:03:14 -04:00
parent ad3aa30471
commit 5d5d602f1d
2 changed files with 9 additions and 3 deletions

19
docker/xenial/Makefile Normal file
View File

@@ -0,0 +1,19 @@
all: help
help:
@echo ""
@echo "-- Help Menu"
@echo ""
@echo " 1. make build - build images"
@echo " 1. make pull - pull images"
@echo " 1. make clean - remove images"
@echo ""
build:
@docker build --tag=rtabmap .
pull:
@docker pull rtabmap
clean:
@docker rmi -f rtabmap