Skip to content

Commit

Permalink
Docker: move to ubuntu 20.04 and correct bash-completion support
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr authored and peterbarker committed Mar 19, 2021
1 parent b62c2d9 commit e1d3494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04
WORKDIR /ardupilot

ARG DEBIAN_FRONTEND=noninteractive
Expand All @@ -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/
Expand Down

0 comments on commit e1d3494

Please sign in to comment.