Skip to content

Commit c2f47e1

Browse files
committed
Update docker test environment to match CI
1 parent 9f0982f commit c2f47e1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

script/testing-docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get -y update
44
RUN apt-get -y install git make g++ curl libsecret-1-dev libnss3 libdbus-1-3 libatk1.0 libatk-bridge2.0-dev libcups2-dev libdrm-dev libgtk-3-dev libasound2-dev
55

66
# Install Node.js
7-
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash -
7+
RUN curl -sL https://deb.nodesource.com/setup_24.x | bash -
88
RUN apt-get -y install nodejs
99
RUN corepack enable
1010

@@ -18,6 +18,6 @@ RUN echo 'export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b
1818
COPY ./entrypoint.sh /entrypoint.sh
1919

2020
# To allow the image to run without internet connection
21-
RUN corepack pack yarn@1.21.1
21+
RUN corepack pack yarn@1.22.22
2222

2323
CMD ["/entrypoint.sh"]

script/testing-docker/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set -e
55

66
cd /app
77

8+
yarn test:setup
89
yarn test:unit
910
yarn test:script
1011

0 commit comments

Comments
 (0)