Mercurial > libervia-backend
comparison docker/backend-dev-e2e/Dockerfile @ 3715:b9718216a1c0 0.9
merge bookmark 0.9
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 01 Dec 2021 16:13:31 +0100 |
parents | 09f5ac48ffe3 |
children | 31c84a32c897 |
comparison
equal
deleted
inserted
replaced
3714:af09b5aaa5d7 | 3715:b9718216a1c0 |
---|---|
44 WORKDIR /home/libervia | 44 WORKDIR /home/libervia |
45 USER libervia | 45 USER libervia |
46 | 46 |
47 RUN \ | 47 RUN \ |
48 # pytest and its plugins | 48 # pytest and its plugins |
49 pip install pytest pytest-timeout pytest-dependency \ | 49 pip install pytest pytest-timeout pytest-dependency pytest-twisted \ |
50 # needed to test libervia-cli | 50 # needed to test libervia-cli |
51 sh \ | 51 sh \ |
52 # needed to test libervia | 52 # needed to test libervia |
53 helium \ | 53 helium \ |
54 # needed to check sent emails | 54 # needed to check sent emails |