workadventure/tests/Dockerfile

6 lines
78 B
Docker

FROM testcafe/testcafe:1.18.2
USER root
RUN apk add docker-compose
USER user