Added build dependencies.

This commit is contained in:
Daniel Mowitz 2023-08-24 22:54:45 +02:00
parent 1de709ef39
commit f33af20034

View file

@ -5,6 +5,7 @@ COPY src webmention-filer/src
COPY Cargo.toml webmention-filer/Cargo.toml COPY Cargo.toml webmention-filer/Cargo.toml
WORKDIR webmention-filer WORKDIR webmention-filer
RUN apk add musl-dev openssl-dev
RUN cargo build --release RUN cargo build --release
FROM alpine FROM alpine