mirror of
https://github.com/linuxserver/docker-changedetection.io.git
synced 2026-03-09 00:09:49 +08:00
Add cargo for building cryptography on armhf
This commit is contained in:
parent
4fbfcc1f8c
commit
ca335d61e3
@ -10,6 +10,7 @@ ENV PYTHONUNBUFFERED=1
|
||||
|
||||
RUN \
|
||||
apk add --update --no-cache --virtual=build-dependencies \
|
||||
cargo \
|
||||
g++ \
|
||||
gcc \
|
||||
libc-dev \
|
||||
|
||||
@ -10,6 +10,7 @@ ENV PYTHONUNBUFFERED=1
|
||||
|
||||
RUN \
|
||||
apk add --update --no-cache --virtual=build-dependencies \
|
||||
cargo \
|
||||
g++ \
|
||||
gcc \
|
||||
libc-dev \
|
||||
|
||||
@ -10,6 +10,7 @@ ENV PYTHONUNBUFFERED=1
|
||||
|
||||
RUN \
|
||||
apk add --update --no-cache --virtual=build-dependencies \
|
||||
cargo \
|
||||
g++ \
|
||||
gcc \
|
||||
libc-dev \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user