4 Commits

Author SHA1 Message Date
a2940e782a 5.0.14 2019-05-08 23:12:48 +02:00
1fab137c25 fix(core): update 2019-05-08 23:12:48 +02:00
da479e27b4 5.0.13 2019-05-08 23:10:22 +02:00
158e2b9235 fix(core): update 2019-05-08 23:10:22 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ RUN su -c "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-s
&& apt-get clean \ && apt-get clean \
&& rm -r /var/lib/apt/lists/*" && rm -r /var/lib/apt/lists/*"
RUN mkdir $NVM_DIR && sudo chown coder $NVM_DIR && chmod u+w $NVM_DIR
USER coder USER coder
# Install nvm with node and npm # Install nvm with node and npm

View File

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