Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 8b1fc61

Browse files
Add a git verification step
1 parent 6520d10 commit 8b1fc61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

naev/naev-linux-lts/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ RUN echo "Verifying meson install" && \
3131
which meson && \
3232
meson --version
3333

34+
# Verify git version and installation.
35+
RUN echo "Verifying meson install" && \
36+
which git && \
37+
git --version
38+
3439
# Cleanup yum cache
3540
RUN yum clean all
3641

0 commit comments

Comments
 (0)