chore: update dev environment
This commit is contained in:
parent
3246df75b6
commit
d2ea50a0f2
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ RUN apt-get update && apt-get install gnupg2 -y
|
||||||
|
|
||||||
RUN npm i --location=global release-please
|
RUN npm i --location=global release-please
|
||||||
|
|
||||||
|
RUN useradd -ms /bin/bash vscode
|
||||||
|
|
||||||
# [Optional] Uncomment if you want to install an additional version of node using nvm
|
# [Optional] Uncomment if you want to install an additional version of node using nvm
|
||||||
# ARG EXTRA_NODE_VERSION=10
|
# ARG EXTRA_NODE_VERSION=10
|
||||||
# RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"
|
# RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"
|
||||||
|
|
Loading…
Reference in a new issue