File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -136,15 +136,14 @@ RUN wget -q https://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSIO
136136ENV ANT_HOME=/opt/ant
137137ENV PATH=${PATH}:${ANT_HOME}/bin
138138
139- # Set up NodeSource repository for Node.js 20.x
140- RUN curl -fsSL https://deb.nodesource.com/setup_20 .x | bash -
139+ # Set up NodeSource repository for Node.js
140+ RUN curl -fsSL https://deb.nodesource.com/setup_22 .x | bash -
141141
142142# Install Node.js
143143RUN apt-get install -y nodejs
144- RUN npm install --global watch-cli vsce typescript
145144
146- # Install Yarn
147- RUN npm install --global yarn
145+ # Install Yarn and other packages
146+ RUN npm install --global --force yarn watch-cli typescript
148147
149148# Clean up
150149RUN apt-get clean && \
You can’t perform that action at this time.
0 commit comments