Skip to content

Commit 678a827

Browse files
[Dockerfile] Update dated base image from Ubuntu 16.04 to 18.04
1 parent 62d45af commit 678a827

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Please note that it'll use about 1.2 GB disk space and about 15 minutes to
77
# build this image, it depends on your hardware.
88

9-
FROM ubuntu:16.04
9+
FROM ubuntu:18.04
1010
LABEL maintainer="Peter Dave Hello <[email protected]>"
1111
LABEL name="nvm-dev-env"
1212
LABEL version="latest"
@@ -54,7 +54,6 @@ RUN apt update && \
5454
curl \
5555
git \
5656
jq \
57-
realpath \
5857
zsh \
5958
ksh \
6059
gcc-4.8 \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ export NVM_DIR="$HOME/.nvm"
788788
789789
## Docker For Development Environment
790790
791-
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:
791+
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:
792792
793793
```sh
794794
$ docker build -t nvm-dev .

0 commit comments

Comments
 (0)