From 1884294a9e4c052e9108ffab1a410099170a3444 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sat, 6 Mar 2021 18:58:54 +0100 Subject: [PATCH] add python --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0736a59..e303999 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ RUN \ apt update && \ apt install -y vim.tiny && \ apt install -y python-cheetah && \ + apt install -y python3 && \ + pip install pyserial && \ rm -rf /var/lib/apt/lists/* && \ cd /tmp && \ wget ${ArduinoDownloadUrl}/${ArduinoPackage} && \