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.
2 parents 4ab4840 + 4d8839f commit 391ac84Copy full SHA for 391ac84
docker/docs/builder/Dockerfile
@@ -9,7 +9,8 @@ RUN CGO_ENABLED=0 go install github.com/wjdp/htmltest@v${HTMLTEST_VERSION} \
9
FROM node:20-bookworm-slim
10
11
RUN apt-get update && \
12
- apt install -y --no-install-recommends git openssh-server bash ca-certificates curl python3 python3-venv rsync && \
+ apt install -y --no-install-recommends git openssh-server bash ca-certificates curl python3 python3-venv rsync \
13
+ build-essential g++ make && \
14
rm -rf /var/lib/apt/lists/*:
15
16
# At this point we want to really update /opt/clickhouse-docs directory
0 commit comments