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

Commit

Permalink
moved front end to the end where it should be
Browse files Browse the repository at this point in the history
  • Loading branch information
krystan committed Jun 7, 2019
1 parent 27600c4 commit 0848096
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions containers/typescript-node-8/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ FROM node:8

# Configure apt
ENV DEBIAN_FRONTEND=noninteractive
ENV DEBIAN_FRONTEND=dialog
ENV SHELL /bin/bash

RUN apt-get update \
Expand All @@ -24,4 +23,6 @@ RUN apt-get update \
&& npm install -g tslint typescript \
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*

ENV DEBIAN_FRONTEND=dialog

0 comments on commit 0848096

Please sign in to comment.