mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 06:41:50 +00:00
[Dockerfile] Fix command From
to be FROM
This commit is contained in:
parent
f121e5ace0
commit
aacb0b9b97
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# Use Ubuntu Trusty Tahr as base image as we're using on Travis CI
|
# Use Ubuntu Trusty Tahr as base image as we're using on Travis CI
|
||||||
# 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 name="nvm-dev-env"
|
||||||
LABEL version="latest"
|
LABEL version="latest"
|
||||||
|
Loading…
Reference in New Issue
Block a user