Skip to content

Commit 0e031f4

Browse files
committed
Reformat Dockerfile for improved readability of package installation
1 parent f668e0b commit 0e031f4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.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)