Use Ubuntu 20.04 as default Docker image

This commit is contained in:
nicolargo 2020-05-17 12:19:58 +02:00
parent 77437de576
commit 4157671225
1 changed files with 1 additions and 1 deletions

View File

@ -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/*