fix package naming

This commit is contained in:
Wolfgang Hottgenroth 2020-08-14 12:34:22 +00:00
parent 253e51110c
commit 0d9be34bc7

View File

@ -22,7 +22,7 @@ RUN \
apt install -y curl && \ apt install -y curl && \
apt install -y unzip && \ apt install -y unzip && \
apt install -y zip && \ 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 msp430-libc && \
apt install -y binutils-msp430 && \ apt install -y binutils-msp430 && \
apt install -y gcc-msp430 && \ apt install -y gcc-msp430 && \