Skip to content

Commit 405edc9

Browse files
authored
ci: fix CI broken (streamnative#885)
Signed-off-by: Zixuan Liu <[email protected]>
1 parent 4b04e5e commit 405edc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test-docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ENV PATH /usr/local/go/bin:$PATH
1414
RUN apt update
1515
RUN apt install git -y
1616

17+
# install build-essential, includes gcc, g++ and make.
18+
RUN apt install build-essential -y
19+
1720
# copy the code into image
1821
COPY . /pulsarctl
1922

0 commit comments

Comments
 (0)