Skip to content

Commit cb62c2b

Browse files
committed
Reformat Dockerfile for improved readability of package installation
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
1 parent a29823a commit cb62c2b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.devcontainer/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
33
# hadolint ignore=DL3008
44
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
55
&& apt-get -y install --no-install-recommends \
6-
curl \
7-
wget \
8-
jq \
9-
build-essential \
10-
python3 \
11-
python3-venv \
12-
python3-pip \
6+
curl \
7+
wget \
8+
jq \
9+
build-essential \
10+
python3 \
11+
python3-venv \
12+
python3-pip \
1313
&& apt-get clean -y \
1414
&& rm -rf /var/lib/apt/lists/*
1515

0 commit comments

Comments
 (0)