Add git to environment
All checks were successful
/ test (push) Successful in 5s

Allows the use of git in actions.

Signed-off-by: kemitix <pcampbell@kemitix.net>
This commit is contained in:
Paul Campbell 2024-06-13 19:37:18 +01:00
parent b8b8d82104
commit b47fefcbf5

View file

@ -15,6 +15,7 @@ RUN apt-get update \
mold=1.10.1+dfsg-1 \
pkg-config=1.8.1-1 \
libssl-dev=3.0.11-1~deb12u2 \
git=1:2.39.2-1.1 \
&& \
rm -r /var/lib/apt/lists/*