Skip to content

Commit 391ac84

Browse files
authored
Merge pull request ClickHouse#78783 from ClickHouse/Blargian-patch-12
Update Dockerfile
2 parents 4ab4840 + 4d8839f commit 391ac84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/docs/builder/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ RUN CGO_ENABLED=0 go install github.com/wjdp/htmltest@v${HTMLTEST_VERSION} \
99
FROM node:20-bookworm-slim
1010

1111
RUN apt-get update && \
12-
apt install -y --no-install-recommends git openssh-server bash ca-certificates curl python3 python3-venv rsync && \
12+
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)