Skip to content

Commit

Permalink
fix: add clang to dockerfile (#14777)
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 authored Jan 24, 2024
1 parent b27d252 commit 040ea58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN cd /risingwave/dashboard && npm i && npm run build-static && rm -rf node_mod

FROM base AS rust-base

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

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

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.hdfs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update \

FROM base AS builder

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

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

Expand Down

0 comments on commit 040ea58

Please sign in to comment.