This commit is contained in:
Daniel Langbein 2023-09-21 13:02:27 +02:00
parent 7c36a1525e
commit 9cad279db0
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -2,7 +2,7 @@ FROM rust:alpine as builder
# openssl not found -> openssl and openssl-dev # openssl not found -> openssl and openssl-dev
# #include <stdlib.h> -> musl-dev # #include <stdlib.h> -> musl-dev
RUN apk add openssl openssl-dev musl-dev RUN apk add musl-dev libressl-dev
# --root dir: Directory to install packages into. # --root dir: Directory to install packages into.
RUN cargo install --root /build --bin httplz https RUN cargo install --root /build --bin httplz https