Skip to content

Commit

Permalink
Reorder Dockerfile deps for vague grouping
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <[email protected]>
  • Loading branch information
arifthpe committed Feb 18, 2025
1 parent 6247c6f commit e9fd14e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@ FROM debian:latest AS chapel-base
RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
ca-certificates \
clang \
cmake \
curl \
wget \
file \
gcc \
locales \
libedit-dev \
git \
mawk \
make \
cmake \
m4 \
perl \
pkg-config \
gcc \
g++ \
clang \
libclang-dev \
libclang-cpp-dev \
libedit-dev \
llvm \
llvm-dev \
libgmp10 \
libgmp-dev \
llvm-dev \
llvm \
locales \
make \
mawk \
m4 \
perl \
pkg-config \
protobuf-compiler \
python3-setuptools \
python3 \
python3-dev \
python3-setuptools \
python3-pip \
python3-venv \
python3-dev \
wget \
&& rm -rf /var/lib/apt/lists/*

# configure locale
Expand Down

0 comments on commit e9fd14e

Please sign in to comment.