workadventure/tests/Dockerfile
2022-01-19 21:11:35 +01:00

6 lines
78 B
Docker

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