Skip to content

Commit 083fcf6

Browse files
committed
fix(ci): Add git to package list
1 parent ae54cde commit 083fcf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/simple/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ARG IMAGE
99

1010
# Update and upgrade the existing packages
1111
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
12+
git \
1213
python3 \
1314
python3-pip \
1415
ninja-build \

0 commit comments

Comments
 (0)