[Dockerfile] Update dated base image from Ubuntu 16.04 to 18.04

This commit is contained in:
Peter Dave Hello
2021-08-25 15:42:17 +08:00
parent 62d45af17e
commit 678a827978
2 changed files with 2 additions and 3 deletions

View File

@@ -788,7 +788,7 @@ export NVM_DIR="$HOME/.nvm"
## Docker For Development Environment
To make the development and testing work easier, we have a Dockerfile for development usage, which is based on Ubuntu 16.04 base image, prepared with essential and useful tools for `nvm` development, to build the docker image of the environment, run the docker command at the root of `nvm` repository:
To make the development and testing work easier, we have a Dockerfile for development usage, which is based on Ubuntu 18.04 base image, prepared with essential and useful tools for `nvm` development, to build the docker image of the environment, run the docker command at the root of `nvm` repository:
```sh
$ docker build -t nvm-dev .