added wget to webui
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
FROM python:3.9-slim
|
FROM python:3.9-slim
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
gcc \
|
gcc \
|
||||||
|
wget \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
RUN pip install ZEO==5.2.1
|
RUN pip install ZEO==5.2.1
|
||||||
RUN pip install flask
|
RUN pip install flask
|
||||||
|
|||||||
Reference in New Issue
Block a user