We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca22249 commit 650d5f7Copy full SHA for 650d5f7
1 file changed
Dockerfile
@@ -15,6 +15,8 @@ RUN apt-get update && apt-get install -y \
15
libssl-dev \
16
protobuf-compiler \
17
cmake \
18
+ clang \
19
+ libclang-dev \
20
&& rm -rf /var/lib/apt/lists/*
21
22
# Set up cargo-chef for caching
@@ -33,6 +35,8 @@ RUN apt-get update && apt-get install -y \
33
35
34
36
37
38
39
40
41
RUN cargo install cargo-chef --locked
42
WORKDIR /app
@@ -46,6 +50,8 @@ RUN apt-get update && apt-get install -y \
46
50
47
51
48
52
53
54
49
55
56
57
0 commit comments