File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN apt-get -y update
44RUN 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 -
88RUN apt-get -y install nodejs
99RUN corepack enable
1010
@@ -18,6 +18,6 @@ RUN echo 'export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b
1818COPY ./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
2323CMD ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 55
66cd /app
77
8+ yarn test:setup
89yarn test:unit
910yarn test:script
1011
You can’t perform that action at this time.
0 commit comments