workadventure/tests/Dockerfile

6 lines
78 B
Docker
Raw Permalink Normal View History

2022-01-19 21:15:36 +01:00
FROM testcafe/testcafe:1.18.2
USER root
RUN apk add docker-compose
USER user