chore: trigger rebuild
This commit is contained in:
parent
4fbc8d8b1f
commit
d151653ab1
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM rust:alpine AS builder
|
|||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Install build dependencies including openssl for musl static linking
|
||||
# Install build dependencies including OpenSSL for musl static linking
|
||||
RUN apk add --no-cache musl-dev pkgconfig openssl-dev openssl-libs-static && \
|
||||
rustup target add x86_64-unknown-linux-musl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue