mirror of https://github.com/prometheus/prometheus
Augustin Husson
3 years ago
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@
|
||||
FROM gitpod/workspace-full |
||||
|
||||
ENV CUSTOM_NODE_VERSION=16 |
||||
|
||||
RUN bash -c ". .nvm/nvm.sh && nvm install ${CUSTOM_NODE_VERSION} && nvm use ${CUSTOM_NODE_VERSION} && nvm alias default ${CUSTOM_NODE_VERSION}" |
||||
|
||||
RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix |
Loading…
Reference in new issue