You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -171,7 +171,7 @@ RUN npm config set strict-ssl false
171
171
RUN npm cache clean -f
172
172
RUN sudo -E npm install -g n
173
173
RUN echo insecure > ~/.curlrc
174
-
RUN sudo -E n stable
174
+
RUN sudo -E n 16
175
175
RUN sudo -E apt remove -y --purge nodejs npm
176
176
177
177
# Install cmake which can generate link_commands.json. Installing cmake the second time in order to build base image faster since this cmake may be changed frequently.
0 commit comments