This commit is contained in:
parent
bee2d265d7
commit
d04a2788bd
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM rust:1-alpine as builder
|
FROM rust:1-alpine as builder
|
||||||
|
|
||||||
RUN rustup default stable
|
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*
|
# 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.
|
# links those located in that path dynamically but we want static linking, c.f.
|
||||||
|
|
Reference in a new issue