added wget to webui

This commit is contained in:
Andreas Balogh
2021-02-11 15:54:32 +01:00
parent fb634a5466
commit 04b6cb35fb

View File

@@ -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