diff --git a/Dockerfile b/Dockerfile index 314285e..d972cfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ # I also tested with Ubuntu 16.04, should be good with it! From ubuntu:14.04 LABEL maintainer="Peter Dave Hello " +LABEL name="nvm-dev-env" +LABEL version="latest" # Prevent dialog during apt install ENV DEBIAN_FRONTEND noninteractive