Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN apt-get update \

RUN rustup target add x86_64-unknown-linux-musl

# Keep bindgen on the musl target sysroot for boring-sys2.
ENV BINDGEN_EXTRA_CLANG_ARGS_x86_64_unknown_linux_musl="--sysroot=/usr/local/musl/x86_64-unknown-linux-musl -I/usr/local/musl/lib/gcc/x86_64-unknown-linux-musl/12.4.0/include"

WORKDIR /redlib

# download (most) dependencies in their own layer
Expand Down