Skip to content

Commit

Permalink
try and fix arm pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Aug 13, 2023
1 parent d96e8e2 commit 14fe7ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN set -x && \
TEMP_PACKAGES+=(build-essential) && \
TEMP_PACKAGES+=(gcc) && \
TEMP_PACKAGES+=(make) && \
TEMP_PACKAGES+=(python3-dev) && \
apt-get update && \
apt-get install -y --no-install-recommends \
"${KEPT_PACKAGES[@]}" \
Expand Down

0 comments on commit 14fe7ea

Please sign in to comment.