We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27d252 commit 040ea58Copy full SHA for 040ea58
docker/Dockerfile
@@ -19,7 +19,7 @@ RUN cd /risingwave/dashboard && npm i && npm run build-static && rm -rf node_mod
19
20
FROM base AS rust-base
21
22
-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
23
24
SHELL ["/bin/bash", "-c"]
25
docker/Dockerfile.hdfs
@@ -7,7 +7,7 @@ RUN apt-get update \
7
8
FROM base AS builder
9
10
-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
11
12
13
0 commit comments