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

Commit ba1060e

Browse files
committed
corrected positioning of comment
1 parent bd66218 commit ba1060e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
FROM node:8
77

8-
# Configure apt
98
ENV DEBIAN_FRONTEND=noninteractive
109

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

13+
# Configure apt
1414
RUN apt-get update \
1515
&& apt-get -y install --no-install-recommends apt-utils 2>&1 \
1616
# Verify git and needed tools are installed

0 commit comments

Comments
 (0)