Skip to content

Commit 230fb59

Browse files
authored
Update README.md
1 parent 7eaa401 commit 230fb59

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ This is a simple Cypress test configured to create a HTML report.
33
This test can be run in Octopus from a worker container built with the following `Dockerfile`:
44

55
```
6-
FROM cypress/included:6.4.0
7-
RUN apt-get update; apt-get install -y libicu-dev
8-
RUN npm install -g inline-assets
6+
FROM cypress/included:9.7.0
7+
RUN apt-get update; \
8+
apt-get install -y libicu67
9+
RUN npm install -g inline-assets mochawesome
910
ENTRYPOINT []
1011
```
1112

@@ -18,4 +19,4 @@ RESULT=$?
1819
inline-assets mochawesome.html selfcontained.html
1920
new_octopusartifact "${PWD}/selfcontained.html" "selfcontained.html"
2021
exit ${RESULT}
21-
```
22+
```

0 commit comments

Comments
 (0)