Skip to content

Commit ebcb94b

Browse files
committed
fix: add git to dockerfile for clickhouse dep
1 parent cee882e commit ebcb94b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile-15

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN apt update -y && apt install -y \
4848
software-properties-common \
4949
wget \
5050
sudo \
51+
git \
5152
&& apt clean
5253

5354

Dockerfile-16

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN apt update -y && apt install -y \
4848
software-properties-common \
4949
wget \
5050
sudo \
51+
git \
5152
&& apt clean
5253

5354

0 commit comments

Comments
 (0)