From 265ec905326df95f4cdb86d78747ff8a3c84e321 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sun, 8 Jul 2018 21:00:23 +0800 Subject: [PATCH] [Dockerfile] Add missing name & version LABEL --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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