2 Commits

Author SHA1 Message Date
703c647ecc 5.0.11 2019-05-08 22:53:24 +02:00
8b4f315b5a fix(core): update 2019-05-08 22:53:23 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ WORKDIR /workspace
ENV NODE_VERSION_LTS="10.15.3" NODE_VERSION_STABLE="11.2.0" NVM_DIR="/usr/local/nvm" ENV NODE_VERSION_LTS="10.15.3" NODE_VERSION_STABLE="11.2.0" NVM_DIR="/usr/local/nvm"
# Set debconf to run non-interactively and install packages # Set debconf to run non-interactively and install packages
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \ RUN su -c "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \
&& apt-get update \ && apt-get update \
&& apt-get upgrade --no-install-recommends -y \ && apt-get upgrade --no-install-recommends -y \
&& apt-get install -y -q --no-install-recommends \ && apt-get install -y -q --no-install-recommends \
@@ -26,7 +26,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
wget \ wget \
&& apt-get update \ && apt-get update \
&& apt-get clean \ && apt-get clean \
&& rm -r /var/lib/apt/lists/* && rm -r /var/lib/apt/lists/*"
# Install nvm with node and npm # Install nvm with node and npm
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash

View File

@@ -1,6 +1,6 @@
{ {
"name": "ht-docker-vscode", "name": "ht-docker-vscode",
"version": "5.0.10", "version": "5.0.11",
"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": {