[Dockerfile] Update base image from Ubuntu 18.04 to 20.04, cc #2877
parent
4893128c61
commit
b133f6619d
|
@ -6,7 +6,7 @@
|
||||||
# Please note that it'll use about 1.2 GB disk space and about 15 minutes to
|
# 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.
|
# build this image, it depends on your hardware.
|
||||||
|
|
||||||
FROM ubuntu:18.04
|
FROM ubuntu:20.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"
|
||||||
|
@ -56,8 +56,8 @@ RUN apt update && \
|
||||||
jq \
|
jq \
|
||||||
zsh \
|
zsh \
|
||||||
ksh \
|
ksh \
|
||||||
gcc-4.8 \
|
gcc \
|
||||||
g++-4.8 \
|
g++ \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
build-essential \
|
build-essential \
|
||||||
bash-completion && \
|
bash-completion && \
|
||||||
|
|
Loading…
Reference in New Issue