workadventure/tests/Dockerfile

6 lines
78 B
Docker

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