Skip to content

Commit

Permalink
Add soft
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored May 14, 2024
1 parent 29cd8cc commit 55a3316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-image/hyperrpc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM rust:1.78-alpine as builder

RUN apk update musl-dev git capnproto-dev \
RUN apk update \
&& apk add musl-dev git capnproto-dev \
&& git clone https://github.com/enviodev/local-hyperrpc \
&& cd local-hyperrpc \
&& cargo build --release
Expand Down

0 comments on commit 55a3316

Please sign in to comment.