diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2020-06-04 16:38:26 -0400 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2020-06-04 16:38:26 -0400 |
| commit | ea675d20cb949eb53a3d93e723ea57d924cbbb2d (patch) | |
| tree | a9f5867f2e8e29a4fd1d1d2dc7fc970a66265d76 /server/hooks/test | |
| parent | 6a95a66f12a5407cfd8ffa7e373f756236bf0bce (diff) | |
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
Diffstat (limited to 'server/hooks/test')
| -rwxr-xr-x | server/hooks/test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/hooks/test b/server/hooks/test index 9cbb16b..056ca2c 100755 --- a/server/hooks/test +++ b/server/hooks/test @@ -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 \ |