diff --git a/Dockerfile b/Dockerfile index 553c754..26a8f88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,11 +13,9 @@ ENV USER arduino RUN \ apt update && \ - apt install -y vim-tiny && \ - apt install -y python-cheetah && \ - apt install -y python3 && \ + apt upgrade -y && \ + apt install -y python3-cheetah && \ pip install pyserial && \ - rm -rf /var/lib/apt/lists/* && \ cd /tmp && \ wget ${ArduinoDownloadUrl}/${ArduinoPackage} && \ tar -xzf ${ArduinoPackage} && \