Add cargo for building cryptography on armhf

This commit is contained in:
TheSpad 2022-10-23 10:10:03 +01:00
parent 4fbfcc1f8c
commit ca335d61e3
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ ENV PYTHONUNBUFFERED=1
RUN \
apk add --update --no-cache --virtual=build-dependencies \
cargo \
g++ \
gcc \
libc-dev \

View File

@ -10,6 +10,7 @@ ENV PYTHONUNBUFFERED=1
RUN \
apk add --update --no-cache --virtual=build-dependencies \
cargo \
g++ \
gcc \
libc-dev \

View File

@ -10,6 +10,7 @@ ENV PYTHONUNBUFFERED=1
RUN \
apk add --update --no-cache --virtual=build-dependencies \
cargo \
g++ \
gcc \
libc-dev \