Added build dependencies.
This commit is contained in:
parent
1de709ef39
commit
f33af20034
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ COPY src webmention-filer/src
|
|||
COPY Cargo.toml webmention-filer/Cargo.toml
|
||||
|
||||
WORKDIR webmention-filer
|
||||
RUN apk add musl-dev openssl-dev
|
||||
RUN cargo build --release
|
||||
|
||||
FROM alpine
|
||||
|
|
Loading…
Reference in a new issue