Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Added missing deps
  • Loading branch information
hammertoe authored Mar 9, 2024
1 parent 5f65242 commit a71202e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM rust:alpine as builder

WORKDIR /usr/src/fendermint
# Install dependencies required for the build
RUN apk add --no-cache clang musl-dev git curl jq bash \
RUN apk add --no-cache clang cmake musl-dev git curl jq bash libressl-dev protoc curl \
&& git clone https://github.com/consensus-shipyard/ipc.git \
&& cd ipc/contracts \
&& make gen \
Expand Down

0 comments on commit a71202e

Please sign in to comment.