workadventure/tests/Dockerfile
2022-01-19 21:15:36 +01:00

6 lines
78 B
Docker

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