Skip to content

Commit a48c900

Browse files
committed
Add git as a dependency for QA images
1 parent d145aea commit a48c900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.QA

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ ENV DEBIAN_FRONTEND=noninteractive
5555
RUN apt-get update && \
5656
apt-get install -y --no-install-recommends \
5757
build-essential \
58+
git \
5859
libarchive-dev \
5960
libboost-dev \
6061
python3-dev \

0 commit comments

Comments
 (0)