Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 0848096

Browse files
committed
moved front end to the end where it should be
1 parent 27600c4 commit 0848096

File tree

1 file changed

+3
-2
lines changed
  • containers/typescript-node-8/.devcontainer

1 file changed

+3
-2
lines changed

containers/typescript-node-8/.devcontainer/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ FROM node:8
77

88
# Configure apt
99
ENV DEBIAN_FRONTEND=noninteractive
10-
ENV DEBIAN_FRONTEND=dialog
1110
ENV SHELL /bin/bash
1211

1312
RUN apt-get update \
@@ -24,4 +23,6 @@ RUN apt-get update \
2423
&& npm install -g tslint typescript \
2524
&& apt-get autoremove -y \
2625
&& apt-get clean -y \
27-
&& rm -rf /var/lib/apt/lists/*
26+
&& rm -rf /var/lib/apt/lists/*
27+
28+
ENV DEBIAN_FRONTEND=dialog

0 commit comments

Comments
 (0)