6 Commits

Author SHA1 Message Date
ac357a2342 5.0.17 2019-11-05 15:27:52 +01:00
93e6612923 fix(core): update 2019-11-05 15:27:51 +01:00
baaad02eea 5.0.16 2019-05-08 23:28:19 +02:00
0dc9a11376 fix(core): update 2019-05-08 23:28:18 +02:00
f6896583bc 5.0.15 2019-05-08 23:16:25 +02:00
05f367f131 fix(core): update 2019-05-08 23:16:25 +02:00
3 changed files with 7 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ LABEL author="Lossless GmbH <hello@lossless.com>"
USER root
WORKDIR /workspace
# important environment variables
ENV NODE_VERSION_LTS="10.15.3" NODE_VERSION_STABLE="11.2.0" NVM_DIR="/usr/local/nvm"
@@ -38,7 +37,7 @@ USER coder
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
RUN bash -c "source $NVM_DIR/nvm.sh \
&& nvm install $NODE_VERSION_LTS \
&& nvm alias default $NODE_VERSION_STABLE \
&& nvm alias default $NODE_VERSION_LTS \
&& nvm use default \
&& npm config set unsafe-perm true \
&& npm install -g npm"

5
package-lock.json generated Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "ht-docker-vscode",
"version": "5.0.17",
"lockfileVersion": 1
}

View File

@@ -1,6 +1,6 @@
{
"name": "ht-docker-vscode",
"version": "5.0.14",
"version": "5.0.17",
"description": "a vscode image with everything installed needed to run a vscode instance",
"main": "index.js",
"scripts": {