diff options
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 \ |