Skip to content

Commit

Permalink
Add chacha20poly1305-reuseable/pycparser/cffi to wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 3, 2024
1 parent 0a1ba9a commit 44b42b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ WORKDIR /build
COPY requirements.txt .
RUN pip wheel --no-deps --no-cache-dir --wheel-dir /wheels -r requirements.txt && \
pip wheel --no-deps --no-cache-dir --wheel-dir /wheels \
miniaudio>=1.45 "aiohttp<5" "async-timeout>=4.0.2" "ifaddr>=0.1.7"
miniaudio>=1.45 "aiohttp<5" "async-timeout>=4.0.2" "ifaddr>=0.1.7" \
"chacha20poly1305-reuseable>=0.13.2" "pycparser" "cffi"

FROM python:3.9-slim-bullseye

Expand Down

0 comments on commit 44b42b3

Please sign in to comment.