Skip to content

Commit 5d74a16

Browse files
BayheckBayheck
and
Bayheck
authored
add: package chromium-lang added to dockerfile (#8372)
<!-- Thank you for your contribution. Before making a PR, please read our contributing guidelines at https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution We recommend creating a *draft* PR, so that you can mark it as 'ready for review' when you are done. --> ## Purpose closes #8362 ## Approach _Describe how your changes address the issue or implement the desired functionality in as much detail as possible._ ## References _Provide a link to the existing issue(s), if any._ ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail Co-authored-by: Bayheck <adil.rakhaliyev@devexpress.com>
1 parent bf84955 commit 5d74a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV ALPINE_REPOS="\
1414

1515
RUN apk --no-cache $ALPINE_REPOS upgrade && \
1616
apk --no-cache $ALPINE_REPOS add \
17-
libevent nodejs npm chromium firefox xwininfo xvfb dbus eudev ttf-freefont fluxbox procps tzdata
17+
libevent nodejs npm chromium chromium-lang firefox xwininfo xvfb dbus eudev ttf-freefont fluxbox procps tzdata
1818

1919
RUN npm install -g /opt/testcafe/${packageId} && \
2020
npm cache clean --force && \

0 commit comments

Comments
 (0)