install vim.tiny

This commit is contained in:
Wolfgang Hottgenroth 2019-04-30 11:36:02 +02:00
parent 0fb1a8776e
commit 57db78d44c
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -11,6 +11,7 @@ ENV USER arduino
RUN \
apt update && \
apt install -y wget && \
apt install -y vim.tiny && \
rm -rf /var/lib/apt/lists/* && \
cd /tmp && \
wget https://downloads.arduino.cc/arduino-cli/${ArduinoPackage} && \