This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed
javascript-node-8/.devcontainer
javascript-node-lts-mongo/.devcontainer
javascript-node-lts/.devcontainer
typescript-node-8/.devcontainer
typescript-node-lts/.devcontainer Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM node:8
8
8
# Configure apt
9
9
ENV DEBIAN_FRONTEND=noninteractive
10
10
RUN apt-get update \
11
- && apt-get -y install --no-install-recommends apt-utils 2>&1
11
+ && apt-get -y install --no-install-recommends apt-utils 2>&1
12
12
13
13
# Verify git and process tools are installed
14
14
RUN apt-get install -y git procps
@@ -27,3 +27,5 @@ RUN npm install -g eslint
27
27
RUN apt-get autoremove -y \
28
28
&& apt-get clean -y \
29
29
&& rm -rf /var/lib/apt/lists/*
30
+ ENV DEBIAN_FRONTEND=dialog
31
+
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM node:lts
8
8
# Configure apt
9
9
ENV DEBIAN_FRONTEND=noninteractive
10
10
RUN apt-get update \
11
- && apt-get -y install --no-install-recommends apt-utils 2>&1
11
+ && apt-get -y install --no-install-recommends apt-utils 2>&1
12
12
13
13
# Verify git and process tools are installed
14
14
RUN apt-get install -y git procps
@@ -27,3 +27,5 @@ RUN npm install -g eslint
27
27
RUN apt-get autoremove -y \
28
28
&& apt-get clean -y \
29
29
&& rm -rf /var/lib/apt/lists/*
30
+ ENV DEBIAN_FRONTEND=dialog
31
+
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM node:lts
8
8
# Configure apt
9
9
ENV DEBIAN_FRONTEND=noninteractive
10
10
RUN apt-get update \
11
- && apt-get -y install --no-install-recommends apt-utils 2>&1
11
+ && apt-get -y install --no-install-recommends apt-utils 2>&1
12
12
13
13
# Verify git and process tools are installed
14
14
RUN apt-get install -y git procps
@@ -27,3 +27,4 @@ RUN npm install -g eslint
27
27
RUN apt-get autoremove -y \
28
28
&& apt-get clean -y \
29
29
&& rm -rf /var/lib/apt/lists/*
30
+ ENV DEBIAN_FRONTEND=dialog
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM node:8
8
8
# Configure apt
9
9
ENV DEBIAN_FRONTEND=noninteractive
10
10
RUN apt-get update \
11
- && apt-get -y install --no-install-recommends apt-utils 2>&1
11
+ && apt-get -y install --no-install-recommends apt-utils 2>&1
12
12
13
13
# Verify git and process tools are installed
14
14
RUN apt-get install -y git procps
@@ -27,3 +27,4 @@ RUN npm install -g tslint typescript
27
27
RUN apt-get autoremove -y \
28
28
&& apt-get clean -y \
29
29
&& rm -rf /var/lib/apt/lists/*
30
+ ENV DEBIAN_FRONTEND=dialog
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM node:lts
8
8
# Configure apt
9
9
ENV DEBIAN_FRONTEND=noninteractive
10
10
RUN apt-get update \
11
- && apt-get -y install --no-install-recommends apt-utils 2>&1
11
+ && apt-get -y install --no-install-recommends apt-utils 2>&1
12
12
13
13
# Verify git and process tools are installed
14
14
RUN apt-get install -y git procps
@@ -27,3 +27,5 @@ RUN npm install -g tslint typescript
27
27
RUN apt-get autoremove -y \
28
28
&& apt-get clean -y \
29
29
&& rm -rf /var/lib/apt/lists/*
30
+ ENV DEBIAN_FRONTEND=dialog
31
+
You can’t perform that action at this time.
0 commit comments