Skip to content

Commit 176dcd9

Browse files
Update Dockerfile
1 parent af89928 commit 176dcd9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

base/Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,14 @@ RUN wget -q https://archive.apache.org/dist/ant/binaries/apache-ant-${ANT_VERSIO
136136
ENV ANT_HOME=/opt/ant
137137
ENV 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
143143
RUN 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
150149
RUN apt-get clean && \

0 commit comments

Comments
 (0)