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

Commit

Permalink
corrected positioning of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
krystan committed Jun 8, 2019
1 parent bd66218 commit ba1060e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/typescript-node-8/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

FROM node:8

# Configure apt
ENV DEBIAN_FRONTEND=noninteractive

# Set the default shell to bash instead of sh
ENV SHELL /bin/bash

# Configure apt
RUN apt-get update \
&& apt-get -y install --no-install-recommends apt-utils 2>&1 \
# Verify git and needed tools are installed
Expand Down

0 comments on commit ba1060e

Please sign in to comment.