[Dockerfile] Add missing name & version LABEL

Peter Dave Hello 2018-07-08 21:00:23 +08:00
parent e2195b4c35
commit 265ec90532
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
# I also tested with Ubuntu 16.04, should be good with it! # I also tested with Ubuntu 16.04, should be good with it!
From ubuntu:14.04 From ubuntu:14.04
LABEL maintainer="Peter Dave Hello <hsu@peterdavehello.org>" LABEL maintainer="Peter Dave Hello <hsu@peterdavehello.org>"
LABEL name="nvm-dev-env"
LABEL version="latest"
# Prevent dialog during apt install # Prevent dialog during apt install
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive