Skip to content

Commit

Permalink
fix(dockerfile): add protobuf-dev for build
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <github@iverly.net>
  • Loading branch information
iverly committed Oct 30, 2023
1 parent bfaf69f commit 0a46c05
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 @@ WORKDIR /app

COPY . .

RUN apk add --no-cache musl-dev && \
RUN apk add --no-cache musl-dev protobuf-dev make && \
cargo build -p api --release

# Step 2: Run
Expand Down

0 comments on commit 0a46c05

Please sign in to comment.