Skip to content

Commit f565246

Browse files
blink-so[bot]bpmct
andcommitted
Fix formatting issues in universal image files
- Move Dockerfile comments outside RUN commands per dprint requirements - Remove trailing space from README.md Co-authored-by: bpmct <[email protected]>
1 parent 395d757 commit f565246

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

images/universal/ubuntu.Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ USER root
55
COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/
66

77
# Install universal development tools
8+
# Common development tools, programming languages and runtimes, additional tools
89
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
910
&& apt-get -y install --no-install-recommends \
10-
# Common development tools
1111
build-essential \
1212
curl \
1313
wget \
@@ -16,14 +16,12 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
1616
nano \
1717
unzip \
1818
zip \
19-
# Programming languages and runtimes
2019
python3 \
2120
python3-pip \
2221
python3-venv \
2322
nodejs \
2423
npm \
2524
openjdk-11-jdk \
26-
# Additional tools
2725
jq \
2826
htop \
2927
tree \

0 commit comments

Comments
 (0)