server/docker: include setuptools in installation

This commit is contained in:
Shyam Sunder 2020-06-04 18:51:30 -04:00
parent ea675d20cb
commit 48c9001194

View file

@ -7,6 +7,7 @@ RUN \
dumb-init \ dumb-init \
ffmpeg \ ffmpeg \
py3-waitress \ py3-waitress \
py3-setuptools \
py3-pip \ py3-pip \
# from requirements.txt: # from requirements.txt:
py3-yaml \ py3-yaml \