Skip to content

Commit

Permalink
Feature/dockerfile (#175)
Browse files Browse the repository at this point in the history
* chore: add openssl libclang-dev and pkg-config to Dockerfile

Signed-off-by: Gaius <[email protected]>

* chore: add protobuf-compiler to Dockerfile

Signed-off-by: Gaius <[email protected]>

---------

Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Dec 27, 2023
1 parent 46fc408 commit c8c35e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ ARG BASE_IMAGE=alpine:3.17

FROM rust as builder

RUN apt-get update && apt-get install -y openssl libclang-dev pkg-config protobuf-compiler

WORKDIR /app/client
COPY Cargo.toml ./
COPY src/ src/
Expand Down

0 comments on commit c8c35e2

Please sign in to comment.