mirror of
https://codeberg.org/privacy1st/httplz-docker
synced 2024-11-22 22:09:33 +01:00
chore
This commit is contained in:
parent
7c36a1525e
commit
9cad279db0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user