chore: update dev environment

This commit is contained in:
Bill Church 2023-08-22 18:28:01 +00:00
parent 3246df75b6
commit d2ea50a0f2
No known key found for this signature in database

View file

@ -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}"