diff --git a/Dockerfile b/Dockerfile index 19d2313..20f25da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:alpine AS builder -RUN apk add python3 musl-dev pkgconfig openssl-dev make +RUN apk add python3 musl-dev pkgconfig openssl-dev make git ENV RUSTFLAGS="-C target-feature=-crt-static"