From 04b6cb35fbfd728cb1a0b702df41f29b4c6792c7 Mon Sep 17 00:00:00 2001 From: Andreas Balogh Date: Thu, 11 Feb 2021 15:54:32 +0100 Subject: [PATCH] added wget to webui --- src/webui/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webui/Dockerfile b/src/webui/Dockerfile index 5b12a9c..7c83155 100644 --- a/src/webui/Dockerfile +++ b/src/webui/Dockerfile @@ -1,6 +1,7 @@ FROM python:3.9-slim RUN apt-get update && apt-get install -y \ gcc \ + wget \ && rm -rf /var/lib/apt/lists/* RUN pip install ZEO==5.2.1 RUN pip install flask