diff --git a/Dockerfile b/Dockerfile index 0b0394a..48769ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ MAINTAINER betaflight RUN DEBIAN_FRONTEND=noninteractive apt-get -y update RUN DEBIAN_FRONTEND=noninteractive apt-get -y full-upgrade -RUN DEBIAN_FRONTEND=noninteractive apt-get -y install software-properties-common git make ccache python curl bzip2 gcc clang libblocksruntime-dev +RUN DEBIAN_FRONTEND=noninteractive apt-get -y install software-properties-common git make ccache python curl bzip2 gcc clang libblocksruntime-dev vim-common RUN DEBIAN_FRONTEND=noninteractive add-apt-repository -y ppa:team-gcc-arm-embedded/ppa RUN DEBIAN_FRONTEND=noninteractive apt-get -y update RUN DEBIAN_FRONTEND=noninteractive apt-get -y install gcc-arm-embedded