Skip to content

Commit bd75f8c

Browse files
Copilotmawad-amd
andauthored
Add libdwarf-dev to Dockerfiles (#445)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mawad-amd <112003944+mawad-amd@users.noreply.github.com>
1 parent 61c0b7f commit bd75f8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 \
2222
# Install system packages
2323
RUN apt-get update && \
2424
DEBIAN_FRONTEND=noninteractive apt-get install -y \
25-
git wget ninja-build cmake python3-pip python3-dev build-essential && \
25+
git wget ninja-build cmake python3-pip python3-dev build-essential libdwarf-dev && \
2626
rm -rf /var/lib/apt/lists/*
2727

2828
RUN groupadd -r video 2>/dev/null || true && \

docker/Dockerfile.ccl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 \
2121
# Install system packages
2222
RUN apt-get update && \
2323
DEBIAN_FRONTEND=noninteractive apt-get install -y \
24-
git wget ninja-build cmake python3-pip python3-dev build-essential && \
24+
git wget ninja-build cmake python3-pip python3-dev build-essential libdwarf-dev && \
2525
rm -rf /var/lib/apt/lists/*
2626

2727
# Install Python packages with pip

0 commit comments

Comments
 (0)