Help ARM runners on github with rust and cargo required by pip

This commit is contained in:
Adam Outler committed 2025-11-30 01:04:12 +00:00
1 parent 531b66effe
commit e64c490c8a
1 file changed
+1 -1
+1 -1
View File
@@ -26,7 +26,7 @@ ENV PATH="/opt/venv/bin:$PATH"
# Install build dependencies
COPY requirements.txt /tmp/requirements.txt
RUN apk add --no-cache bash shadow python3 python3-dev gcc musl-dev libffi-dev openssl-dev git \
RUN apk add --no-cache bash shadow python3 python3-dev gcc musl-dev libffi-dev openssl-dev git rust cargo \
&& python -m venv /opt/venv
# Create virtual environment owned by root, but readable by everyone else. This makes it easy to copy