Skip to content

Commit 040ea58

Browse files
fix: add clang to dockerfile (#14777)
Signed-off-by: Runji Wang <[email protected]>
1 parent b27d252 commit 040ea58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN cd /risingwave/dashboard && npm i && npm run build-static && rm -rf node_mod
1919

2020
FROM base AS rust-base
2121

22-
RUN apt-get update && apt-get -y install make cmake protobuf-compiler curl bash lld unzip
22+
RUN apt-get update && apt-get -y install make cmake protobuf-compiler curl bash lld unzip clang
2323

2424
SHELL ["/bin/bash", "-c"]
2525

docker/Dockerfile.hdfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update \
77

88
FROM base AS builder
99

10-
RUN apt-get update && apt-get -y install make cmake protobuf-compiler curl bash lld maven unzip
10+
RUN apt-get update && apt-get -y install make cmake protobuf-compiler curl bash lld maven unzip clang
1111

1212
SHELL ["/bin/bash", "-c"]
1313

0 commit comments

Comments
 (0)