Solve Rust compiler not present in the CI

This commit is contained in:
nicolargo 2023-05-06 14:22:44 +02:00
parent d44f08ec33
commit 67a4084e2e
1 changed files with 3 additions and 1 deletions

View File

@ -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