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
RUN curl -fsSLO https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz && \
46
+
tar -xJf node-v${NODE_VERSION}-linux-x64.tar.xz -C /usr/local --strip-components=1 && \
47
+
rm node-v${NODE_VERSION}-linux-x64.tar.xz && \
48
+
corepack enable && \
49
+
npm install -g ts-mocha typescript mocha yarn
50
+
51
+
RUN node -v && npm -v
50
52
51
53
# Install Solana tools (x86_64 version).
52
54
RUN curl -sSfL https://github.com/solana-labs/solana/releases/download/v${SOLANA_CLI}/solana-release-x86_64-unknown-linux-gnu.tar.bz2 | tar -xjC /tmp && \
0 commit comments