forked from nvm-sh/nvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Dockerfile] Update dated base image from Ubuntu 18.04 to 20.04, cc n…
- Loading branch information
1 parent
a82edf4
commit 07d6814
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# Please note that it'll use about 1.2 GB disk space and about 15 minutes to | ||
# build this image, it depends on your hardware. | ||
|
||
FROM ubuntu:18.04 | ||
FROM ubuntu:20.04 | ||
LABEL maintainer="Peter Dave Hello <[email protected]>" | ||
LABEL name="nvm-dev-env" | ||
LABEL version="latest" | ||
|
@@ -56,8 +56,8 @@ RUN apt update && \ | |
jq \ | ||
zsh \ | ||
ksh \ | ||
gcc-4.8 \ | ||
g++-4.8 \ | ||
gcc \ | ||
g++ \ | ||
xz-utils \ | ||
build-essential \ | ||
bash-completion && \ | ||
|