mirror of https://github.com/nicolargo/glances.git
Solve Rust compiler not present in the CI
This commit is contained in:
parent
d44f08ec33
commit
67a4084e2e
|
|
@ -28,7 +28,9 @@ RUN apk add --no-cache \
|
|||
wireless-tools \
|
||||
smartmontools \
|
||||
iputils \
|
||||
tzdata
|
||||
tzdata \
|
||||
# Added for Cryptography (https://cryptography.io/en/latest/installation/#alpine)
|
||||
gcc musl-dev libffi-dev openssl-dev cargo pkgconfig
|
||||
|
||||
##############################################################################
|
||||
# Install the dependencies beforehand to make them cacheable
|
||||
|
|
|
|||
Loading…
Reference in New Issue