Adding a Docker image to have testcafe + docker-compose
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM testcafe/testcafe:1.17.1
|
||||
|
||||
USER root
|
||||
RUN apk add docker-compose
|
||||
USER user
|
||||
Reference in New Issue
Block a user