Mercurial > libervia-backend
comparison docker/backend_e2e/Dockerfile @ 3385:bcdfe7905409
docker (backend_e2e): install pytest and sh
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 12 Nov 2020 14:53:15 +0100 |
parents | 127dde80a0a5 |
children | f023f06fa344 |
comparison
equal
deleted
inserted
replaced
3384:f4386002f30f | 3385:bcdfe7905409 |
---|---|
13 COPY --chown=root:root sat.conf /etc/sat.conf | 13 COPY --chown=root:root sat.conf /etc/sat.conf |
14 | 14 |
15 WORKDIR /home/sat | 15 WORKDIR /home/sat |
16 USER sat | 16 USER sat |
17 | 17 |
18 # we create the file sharing component which will autoconnect when backend is started | 18 RUN pip install pytest sh |
19 RUN ./entrypoint.sh jp profile create file_sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file_sharing -A && \ | 19 RUN ./entrypoint.sh \ |
20 sat stop | 20 # we create the file sharing component which will autoconnect when backend is started |
21 jp profile create file_sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file_sharing -A && \ | |
22 sat stop |