From a680b2678a386f7f44a201966de85f70a30f6d11 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Wed, 17 Apr 2019 22:25:46 -0700 Subject: [PATCH] Switch back to dialog at the end --- containers/javascript-node-8/.devcontainer/Dockerfile | 4 +++- containers/javascript-node-lts-mongo/.devcontainer/Dockerfile | 4 +++- containers/javascript-node-lts/.devcontainer/Dockerfile | 3 ++- containers/typescript-node-8/.devcontainer/Dockerfile | 3 ++- containers/typescript-node-lts/.devcontainer/Dockerfile | 4 +++- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/containers/javascript-node-8/.devcontainer/Dockerfile b/containers/javascript-node-8/.devcontainer/Dockerfile index a47c266b25..3f2401337c 100644 --- a/containers/javascript-node-8/.devcontainer/Dockerfile +++ b/containers/javascript-node-8/.devcontainer/Dockerfile @@ -8,7 +8,7 @@ FROM node:8 # Configure apt ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update \ - && apt-get -y install --no-install-recommends apt-utils 2>&1 + && apt-get -y install --no-install-recommends apt-utils 2>&1 # Verify git and process tools are installed RUN apt-get install -y git procps @@ -27,3 +27,5 @@ RUN npm install -g eslint RUN apt-get autoremove -y \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* +ENV DEBIAN_FRONTEND=dialog + diff --git a/containers/javascript-node-lts-mongo/.devcontainer/Dockerfile b/containers/javascript-node-lts-mongo/.devcontainer/Dockerfile index ec8ca1ab76..c7a3f4315c 100644 --- a/containers/javascript-node-lts-mongo/.devcontainer/Dockerfile +++ b/containers/javascript-node-lts-mongo/.devcontainer/Dockerfile @@ -8,7 +8,7 @@ FROM node:lts # Configure apt ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update \ - && apt-get -y install --no-install-recommends apt-utils 2>&1 + && apt-get -y install --no-install-recommends apt-utils 2>&1 # Verify git and process tools are installed RUN apt-get install -y git procps @@ -27,3 +27,5 @@ RUN npm install -g eslint RUN apt-get autoremove -y \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* +ENV DEBIAN_FRONTEND=dialog + diff --git a/containers/javascript-node-lts/.devcontainer/Dockerfile b/containers/javascript-node-lts/.devcontainer/Dockerfile index ec8ca1ab76..69002b9528 100644 --- a/containers/javascript-node-lts/.devcontainer/Dockerfile +++ b/containers/javascript-node-lts/.devcontainer/Dockerfile @@ -8,7 +8,7 @@ FROM node:lts # Configure apt ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update \ - && apt-get -y install --no-install-recommends apt-utils 2>&1 + && apt-get -y install --no-install-recommends apt-utils 2>&1 # Verify git and process tools are installed RUN apt-get install -y git procps @@ -27,3 +27,4 @@ RUN npm install -g eslint RUN apt-get autoremove -y \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* +ENV DEBIAN_FRONTEND=dialog diff --git a/containers/typescript-node-8/.devcontainer/Dockerfile b/containers/typescript-node-8/.devcontainer/Dockerfile index 62a8479b49..b52ff8d32a 100644 --- a/containers/typescript-node-8/.devcontainer/Dockerfile +++ b/containers/typescript-node-8/.devcontainer/Dockerfile @@ -8,7 +8,7 @@ FROM node:8 # Configure apt ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update \ - && apt-get -y install --no-install-recommends apt-utils 2>&1 + && apt-get -y install --no-install-recommends apt-utils 2>&1 # Verify git and process tools are installed RUN apt-get install -y git procps @@ -27,3 +27,4 @@ RUN npm install -g tslint typescript RUN apt-get autoremove -y \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* +ENV DEBIAN_FRONTEND=dialog diff --git a/containers/typescript-node-lts/.devcontainer/Dockerfile b/containers/typescript-node-lts/.devcontainer/Dockerfile index 1e4938b066..7da8de7df4 100644 --- a/containers/typescript-node-lts/.devcontainer/Dockerfile +++ b/containers/typescript-node-lts/.devcontainer/Dockerfile @@ -8,7 +8,7 @@ FROM node:lts # Configure apt ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update \ - && apt-get -y install --no-install-recommends apt-utils 2>&1 + && apt-get -y install --no-install-recommends apt-utils 2>&1 # Verify git and process tools are installed RUN apt-get install -y git procps @@ -27,3 +27,5 @@ RUN npm install -g tslint typescript RUN apt-get autoremove -y \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* +ENV DEBIAN_FRONTEND=dialog +