From e1d3494f8ec70c352cbd78bc328fe98dd0631ca8 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Mon, 1 Mar 2021 10:17:56 +0100 Subject: [PATCH] Docker: move to ubuntu 20.04 and correct bash-completion support --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5430a6bfda..8d0f97a77e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 WORKDIR /ardupilot ARG DEBIAN_FRONTEND=noninteractive @@ -8,6 +8,7 @@ RUN useradd -U -m ardupilot && \ RUN apt-get update && apt-get install --no-install-recommends -y \ lsb-release \ sudo \ + bash-completion \ software-properties-common COPY Tools/environment_install/install-prereqs-ubuntu.sh /ardupilot/Tools/environment_install/