# HG changeset patch # User Goffi # Date 1605189195 -3600 # Node ID bcdfe7905409fb56cad11a39d76344c8bfc54943 # Parent f4386002f30faf548d13e0ba7fd5421b78c1f0fb docker (backend_e2e): install pytest and sh diff -r f4386002f30f -r bcdfe7905409 docker/backend_e2e/Dockerfile --- a/docker/backend_e2e/Dockerfile Thu Nov 12 14:53:15 2020 +0100 +++ b/docker/backend_e2e/Dockerfile Thu Nov 12 14:53:15 2020 +0100 @@ -15,6 +15,8 @@ WORKDIR /home/sat USER sat -# we create the file sharing component which will autoconnect when backend is started -RUN ./entrypoint.sh jp profile create file_sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file_sharing -A && \ -sat stop +RUN pip install pytest sh +RUN ./entrypoint.sh \ + # we create the file sharing component which will autoconnect when backend is started + jp profile create file_sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file_sharing -A && \ + sat stop