mirror of https://github.com/nicolargo/glances.git
Use Ubuntu 20.04 as default Docker image
This commit is contained in:
parent
77437de576
commit
4157671225
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
# Pull base image.
|
||||
FROM ubuntu
|
||||
FROM ubuntu:20.04
|
||||
|
||||
# Install Glances (develop branch)
|
||||
RUN apt-get update && apt-get -y install curl iputils-ping && rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue