Skip to content

Commit fd7c21b

Browse files
authored
Update Dockerfile
1 parent 5b2363b commit fd7c21b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/docs/builder/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ FROM node:20-bookworm-slim
1010

1111
RUN apt-get update && \
1212
apt install -y --no-install-recommends git openssh-server bash ca-certificates curl python3 python3-venv rsync && \
13+
build-essential g++ make && \
1314
rm -rf /var/lib/apt/lists/*:
1415

1516
# At this point we want to really update /opt/clickhouse-docs directory

0 commit comments

Comments
 (0)