File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 \
2222# Install system packages
2323RUN 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
2828RUN groupadd -r video 2>/dev/null || true && \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ENV OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 \
2121# Install system packages
2222RUN 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
You can’t perform that action at this time.
0 commit comments