diff --git a/Dockerfile b/Dockerfile index 960cb9a..cb2974f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM rust:1-alpine as builder RUN rustup default stable -RUN apk add --no-cache musl-dev openssl-dev openssl-libs-static pkgconf git mold clang +RUN apk add --no-cache musl-dev openssl-dev openssl-libs-static pkgconf git # Set `SYSROOT` to a dummy path (default is /usr) because pkg-config-rs *always* # links those located in that path dynamically but we want static linking, c.f.