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 5b2363b commit fd7c21bCopy full SHA for fd7c21b
docker/docs/builder/Dockerfile
@@ -10,6 +10,7 @@ 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 && \
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