diff --git a/Dockerfile b/Dockerfile index 17bc6f0..a58d7f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN \ apt install -y curl && \ apt install -y unzip && \ apt install -y zip && \ - apt install -y vim.tiny && \ + env DEBIAN_FRONTEND=noninteractive apt install -y vim-nox && \ apt install -y msp430-libc && \ apt install -y binutils-msp430 && \ apt install -y gcc-msp430 && \