Skip to content

Commit

Permalink
Unpin Dockerfile base image and package versions
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 f57f6f0 commit 6247c6f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
# Common stage: install dependencies, set up the Debian image
# ===========================================================

FROM debian:11 AS chapel-base
FROM debian:latest AS chapel-base

RUN apt-get update && apt-get install -y --no-install-recommends \
bash \
ca-certificates \
clang-11 \
clang \
cmake \
curl \
file \
gcc \
git \
g++ \
libclang-11-dev \
libclang-cpp11-dev \
libclang-dev \
libclang-cpp-dev \
libedit-dev \
libgmp10 \
libgmp-dev \
llvm-11-dev \
llvm-11 \
llvm-11-tools \
llvm-dev \
llvm \
locales \
make \
mawk \
m4 \
perl \
pkg-config \
protobuf-compiler \
python-setuptools \
python3-setuptools \
python3 \
python3-pip \
python3-venv \
Expand Down

0 comments on commit 6247c6f

Please sign in to comment.