From 0d9be34bc7bb4c90d9c074d703780bc3793a9ebc Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 14 Aug 2020 12:34:22 +0000 Subject: [PATCH] fix package naming --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \