itemengine-cypress-automation 1.0.66 → 1.0.67
Sign up to get free protection for your applications and to get access to all the features.
- package/Dockerfile +6 -2
- package/package.json +1 -1
package/Dockerfile
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
#use Cypress base image from https://github.com/cypress-io/cypress-docker-images
|
2
|
-
FROM cypress/base:14.19.0
|
3
|
-
FROM cypress/browsers:node14.19.0-chrome100-ff99-edge
|
2
|
+
# FROM cypress/base:14.19.0
|
3
|
+
# FROM cypress/browsers:node14.19.0-chrome100-ff99-edge
|
4
|
+
|
5
|
+
FROM cypress/included:12.17.2
|
6
|
+
|
7
|
+
RUN apt-get update && apt-get install curl -y
|
4
8
|
|
5
9
|
WORKDIR /ie-e2e
|
6
10
|
|