Skip to content

Commit

Permalink
build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus committed Nov 14, 2024
1 parent 603b668 commit aa11195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.armv7l
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN if [ "$PYTHON_VERSION" != "3.7" ]; then \
uv python install "$PYTHON_VERSION"; \
apt-get update && \
apt-get install --no-install-recommends -y \
build-essential \
clang && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*; \
Expand Down

0 comments on commit aa11195

Please sign in to comment.