File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,14 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
1313 gnupg \
1414 git
1515
16- RUN update-ca-certificates
17-
16+ RUN echo "-k" > ~/.curlrc
1817# add yarn repo
1918RUN curl https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
2019RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
2120
2221# install nvm and node 13.8.0
2322SHELL ["/bin/bash" , "--login" , "-c" ]
24- RUN curl -o- -k https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
23+ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
2524RUN nvm install 16.5.0
2625# ENV NODE_VERSION=16.5.0
2726# RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
You can’t perform that action at this time.
0 commit comments