server/docker: fix missing installation requirements

Furthermore, an update to Pillow has improved the floating-point
precision of the image hash algorithm, requiring minor updates to
the respective unit tests.

See https://github.com/python-pillow/Pillow/pull/4320
This commit is contained in:
Shyam Sunder
2020-06-04 16:38:26 -04:00
parent 6a95a66f12
commit ea675d20cb
5 changed files with 8 additions and 5 deletions

View File

@ -11,6 +11,7 @@ FROM ${BASE_IMAGE}
WORKDIR /opt/app
USER root
RUN apk --no-cache add \
py3-pip \
py3-pytest \
py3-pytest-cov \
postgresql \