From 30f7b00474d104efb4f4f7b8dcc8edbd857960bc Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 17 May 2019 17:29:29 +0200 Subject: [PATCH] drop wget (already in base), add cheetah --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 357b1e0..6d331a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG WORKDIR="/opt/arduino" RUN \ apt update && \ - apt install -y wget && \ + apt install -y python-cheetah && \ rm -rf /var/lib/apt/lists/* && \ mkdir -p ${WORKDIR}